virtualbox: fix build after #28029

This commit is contained in:
Orivej Desh 2018-05-29 23:16:51 +00:00
parent c4e9ebc248
commit 7cadf50be2

View File

@ -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