mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Revert "linuxPackages_7_0.virtualboxGuestAdditions: do not install vboxvideo"
This reverts commit35f917effb. (cherry picked from commit4be2a4fdb5)
This commit is contained in:
parent
d8c9cadc23
commit
ed0adc003d
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue