mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #137114 from Artturin/vboxrem
This commit is contained in:
commit
dcce24be4a
1 changed files with 5 additions and 0 deletions
|
@ -200,6 +200,11 @@ in stdenv.mkDerivation {
|
|||
done
|
||||
''}
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/137104
|
||||
${optionalString (enableHardening || headless) ''
|
||||
rm $libexec/components/VBoxREM.so
|
||||
''}
|
||||
|
||||
cp -rv out/linux.*/${buildType}/bin/src "$modsrc"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue