virtualbox: add passthru.tests
This commit is contained in:
parent
bb99280c9c
commit
5eb28724fe
@ -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
|
||||
@ -265,6 +266,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
passthru = {
|
||||
inherit extensionPack; # for inclusion in profile to prevent gc
|
||||
tests = nixosTests.virtualbox;
|
||||
updateScript = ./update.sh;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user