forked from mirrors/nixpkgs
ccrypt: disable format hardening
This commit is contained in:
parent
bdbce02057
commit
d00784602d
|
@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://ccrypt.sourceforge.net/;
|
homepage = http://ccrypt.sourceforge.net/;
|
||||||
description = "Utility for encrypting and decrypting files and streams with AES-256";
|
description = "Utility for encrypting and decrypting files and streams with AES-256";
|
||||||
|
|
Loading…
Reference in a new issue