ccrypt: disable format hardening

This commit is contained in:
Robin Gloster 2016-04-05 16:21:15 +00:00
parent bdbce02057
commit d00784602d

View File

@ -10,6 +10,8 @@ stdenv.mkDerivation {
nativeBuildInputs = [ perl ];
hardeningDisable = [ "format" ];
meta = {
homepage = http://ccrypt.sourceforge.net/;
description = "Utility for encrypting and decrypting files and streams with AES-256";