virtualbox: fix build after #28029

+1 -1
+1 -1
pkgs/applications/virtualization/virtualbox/default.nix
··· 65 ++ optionals (headless) [ libXrandr ] 66 ++ optionals (!headless) [ qt5.qtbase qt5.qtx11extras libXinerama SDL ]; 67 68 - hardeningDisable = [ "fortify" "pic" "stackprotector" ]; 69 70 prePatch = '' 71 set -x
··· 65 ++ optionals (headless) [ libXrandr ] 66 ++ optionals (!headless) [ qt5.qtbase qt5.qtx11extras libXinerama SDL ]; 67 68 + hardeningDisable = [ "format" "fortify" "pic" "stackprotector" ]; 69 70 prePatch = '' 71 set -x