pngcheck: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 00:41:02 +00:00
parent e6345523f2
commit 7eb16a4eb8

View File

@ -8,9 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0pzkj1bb4kdybk6vbfq9s0wzdm5szmrgixkas3xmbpv4mhws1w3p";
};
# configurePhase = ''
# sed -i s,/usr,$out, Makefile
# '';
hardening_format = false;
makefile = "Makefile.unx";
makeFlags = "ZPATH=${zlib}/lib";