virtualbox: add passthru.tests

This commit is contained in:
teutat3s 2024-05-14 18:17:05 +02:00
parent bb99280c9c
commit 5eb28724fe
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

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