gimpPlugins.gap: disable format hardening

This commit is contained in:
Franz Pletz 2016-10-13 22:50:55 +02:00 committed by Graham Christensen
parent bb7d270d85
commit 8435c1637b
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

View File

@ -57,6 +57,7 @@ rec {
sed -e 's,^\(GIMP_PLUGIN_DIR=\).*,\1'"$out/${gimp.name}-plugins", \
-e 's,^\(GIMP_DATA_DIR=\).*,\1'"$out/share/${gimp.name}", -i configure
'';
hardeningDisable = [ "format" ];
meta = with stdenv.lib; {
description = "The GIMP Animation Package";
homepage = http://www.gimp.org;