Skip to content

Commit

Permalink
virtualbox: remove nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichAltheide committed May 13, 2024
1 parent 296a513 commit 9496bd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, libX11, libXext, libXcursor, libXmu
, glib, libXrandr, dbus, xz
, pkg-config, which, zlib, xorg
, yasm, patchelf, makeself, nasm
, yasm, patchelf, makeself
, linuxHeaders, openssl}:

let
Expand All @@ -19,7 +19,7 @@ in stdenv.mkDerivation (finalAttrs: {

env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration";

nativeBuildInputs = [ patchelf pkg-config which yasm makeself nasm xorg.xorgserver openssl linuxHeaders xz ] ++ kernel.moduleBuildDependencies;
nativeBuildInputs = [ patchelf pkg-config which yasm makeself xorg.xorgserver openssl linuxHeaders xz ] ++ kernel.moduleBuildDependencies;
buildInputs = [ dbus libxslt libXext libXcursor pam libXmu libXrandr ];

KERN_DIR = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build";
Expand Down

0 comments on commit 9496bd2

Please sign in to comment.