Loading pkgs/applications/virtualization/virtualbox/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,9 @@ yasm, glslang, nixosTests, # If open-watcom-bin is not passed, VirtualBox will fall back to use # the shipped alternative sources (assembly). open-watcom-bin, makeself, perl, vulkan-loader, Loading Loading @@ -292,6 +295,7 @@ stdenv.mkDerivation (finalAttrs: { ${optionalString (!enableHardening) "--disable-hardening"} \ ${optionalString (!enable32bitGuests) "--disable-vmmraw"} \ ${optionalString enableWebService "--enable-webservice"} \ ${optionalString (open-watcom-bin != null) "--with-ow-dir=${open-watcom-bin}"} \ ${optionalString (enableKvm) "--with-kvm"} \ ${extraConfigureFlags} \ --disable-kmods Loading Loading
pkgs/applications/virtualization/virtualbox/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,9 @@ yasm, glslang, nixosTests, # If open-watcom-bin is not passed, VirtualBox will fall back to use # the shipped alternative sources (assembly). open-watcom-bin, makeself, perl, vulkan-loader, Loading Loading @@ -292,6 +295,7 @@ stdenv.mkDerivation (finalAttrs: { ${optionalString (!enableHardening) "--disable-hardening"} \ ${optionalString (!enable32bitGuests) "--disable-vmmraw"} \ ${optionalString enableWebService "--enable-webservice"} \ ${optionalString (open-watcom-bin != null) "--with-ow-dir=${open-watcom-bin}"} \ ${optionalString (enableKvm) "--with-kvm"} \ ${extraConfigureFlags} \ --disable-kmods Loading