qtpfsgui: disable format hardening

+2
+2
pkgs/applications/graphics/qtpfsgui/default.nix
··· 10 10 11 11 buildInputs = [ qt4 exiv2 openexr fftwSinglePrec libtiff ]; 12 12 13 + hardening_format = false; 14 + 13 15 configurePhase = '' 14 16 export CPATH="${ilmbase}/include/OpenEXR:$CPATH" 15 17 qmake PREFIX=$out EXIV2PATH=${exiv2}/include/exiv2 \