ccrypt: disable format hardening
This commit is contained in:
parent
bdbce02057
commit
d00784602d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user