virtualbox: fix build after #28029

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