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

ccrypt: disable format hardening

+2
+2
pkgs/tools/security/ccrypt/default.nix
··· 10 11 nativeBuildInputs = [ perl ]; 12 13 meta = { 14 homepage = http://ccrypt.sourceforge.net/; 15 description = "Utility for encrypting and decrypting files and streams with AES-256";
··· 10 11 nativeBuildInputs = [ perl ]; 12 13 + hardeningDisable = [ "format" ]; 14 + 15 meta = { 16 homepage = http://ccrypt.sourceforge.net/; 17 description = "Utility for encrypting and decrypting files and streams with AES-256";