lprof: disable format hardening

This commit is contained in:
Franz Pletz 2016-08-04 11:12:20 +02:00
parent 0c7f045a7a
commit 1f1637f6a0

View File

@ -7,6 +7,8 @@ stdenv.mkDerivation {
name = "lprof-1.11.4.1";
buildInputs = [ scons qt3 lcms1 libtiff vigra ];
hardeningDisable = [ "format" ];
preConfigure = ''
export QTDIR=${qt3}
export qt_directory=${qt3}