3
0
Fork 0
forked from mirrors/nixpkgs

cvs: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-07 19:23:40 +00:00
parent 0b93c68eb1
commit 53e3de101b

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation {
patches = [ ./getcwd-chroot.patch ];
hardening_format = false;
preConfigure = ''
# Apply the Debian patches.
for p in "debian/patches/"*; do