forked from mirrors/nixpkgs
cvs: turn off format hardening
This commit is contained in:
parent
0b93c68eb1
commit
53e3de101b
|
@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
|||
|
||||
patches = [ ./getcwd-chroot.patch ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
preConfigure = ''
|
||||
# Apply the Debian patches.
|
||||
for p in "debian/patches/"*; do
|
||||
|
|
Loading…
Reference in a new issue