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 10 11 11 nativeBuildInputs = [ perl ]; 12 12 13 + hardeningDisable = [ "format" ]; 14 + 13 15 meta = { 14 16 homepage = http://ccrypt.sourceforge.net/; 15 17 description = "Utility for encrypting and decrypting files and streams with AES-256";