Revert "linuxPackages_7_0.virtualboxGuestAdditions: do not install vboxvideo"

This reverts commit 35f917effb.

(cherry picked from commit 4be2a4fdb5)
This commit is contained in:
Martin Kontsek 2026-06-19 08:34:23 +02:00 committed by github-actions[bot]
commit ed0adc003d

View file

@ -68,8 +68,6 @@ let
pkg = libxt;
}
];
hasVboxVideo = lib.versionOlder kernel.version "7.0";
in
stdenv.mkDerivation {
pname = "VirtualBox-GuestAdditions";
@ -135,10 +133,7 @@ stdenv.mkDerivation {
# Install kernel modules.
cd src/vboxguest-${virtualboxVersion}_NixOS
INSTALL_TARGETS=(install-vboxguest install-vboxsf ${lib.optionalString hasVboxVideo "install-vboxvideo"})
make INSTALL_MOD_PATH=$out KBUILD_EXTRA_SYMBOLS=$PWD/vboxsf/Module.symvers ''${INSTALL_TARGETS[@]}
make install INSTALL_MOD_PATH=$out KBUILD_EXTRA_SYMBOLS=$PWD/vboxsf/Module.symvers
cd ../..
# Install binaries