1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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