mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
charybdis: turn off format hardening
This commit is contained in:
parent
e5fb9eb27c
commit
16c81c9f74
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||
"--with-program-prefix=charybdis-"
|
||||
];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
buildInputs = [ bison flex openssl ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue