Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

mmv: disable fortify hardening

+2
+2
pkgs/tools/misc/mmv/default.nix
··· 9 sha256 = "0399c027ea1e51fd607266c1e33573866d4db89f64a74be8b4a1d2d1ff1fdeef"; 10 }; 11 12 patches = [ 13 # Use Debian patched version, as upstream is no longer maintained and it 14 # contains a _lot_ of fixes.
··· 9 sha256 = "0399c027ea1e51fd607266c1e33573866d4db89f64a74be8b4a1d2d1ff1fdeef"; 10 }; 11 12 + hardeningDisable = [ "format" ]; 13 + 14 patches = [ 15 # Use Debian patched version, as upstream is no longer maintained and it 16 # contains a _lot_ of fixes.