virtualbox: fix build after #28029
This commit is contained in:
parent
c4e9ebc248
commit
7cadf50be2
@ -65,7 +65,7 @@ in stdenv.mkDerivation {
|
||||
++ optionals (headless) [ libXrandr ]
|
||||
++ optionals (!headless) [ qt5.qtbase qt5.qtx11extras libXinerama SDL ];
|
||||
|
||||
hardeningDisable = [ "fortify" "pic" "stackprotector" ];
|
||||
hardeningDisable = [ "format" "fortify" "pic" "stackprotector" ];
|
||||
|
||||
prePatch = ''
|
||||
set -x
|
||||
|
Loading…
Reference in New Issue
Block a user