mmv: disable fortify hardening

This commit is contained in:
Robin Gloster 2016-08-04 07:47:05 +00:00
parent 3bff873314
commit 78fc5dde28

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0399c027ea1e51fd607266c1e33573866d4db89f64a74be8b4a1d2d1ff1fdeef";
};
hardeningDisable = [ "format" ];
patches = [
# Use Debian patched version, as upstream is no longer maintained and it
# contains a _lot_ of fixes.