Loading pkgs/applications/virtualization/virtualbox/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , alsa-lib, curl, libvpx, nettools, dbus, substituteAll, gsoap, zlib, xz , yasm, glslang , linuxPackages , nixosTests # If open-watcom-bin is not passed, VirtualBox will fall back to use # the shipped alternative sources (assembly). , open-watcom-bin Loading Loading @@ -265,6 +266,7 @@ in stdenv.mkDerivation { passthru = { inherit extensionPack; # for inclusion in profile to prevent gc tests = nixosTests.virtualbox; updateScript = ./update.sh; }; Loading Loading
pkgs/applications/virtualization/virtualbox/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , alsa-lib, curl, libvpx, nettools, dbus, substituteAll, gsoap, zlib, xz , yasm, glslang , linuxPackages , nixosTests # If open-watcom-bin is not passed, VirtualBox will fall back to use # the shipped alternative sources (assembly). , open-watcom-bin Loading Loading @@ -265,6 +266,7 @@ in stdenv.mkDerivation { passthru = { inherit extensionPack; # for inclusion in profile to prevent gc tests = nixosTests.virtualbox; updateScript = ./update.sh; }; Loading