1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

boost-build: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-09 10:59:09 +00:00
parent e264f1077b
commit a29786ebf6

View file

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "10sbbkx2752r4i1yshyp47nw29lyi1p34sy6hj7ivvnddiliayca";
};
hardening_format = false;
patchPhase = ''
grep -r '/usr/share/boost-build' \
| awk '{split($0,a,":"); print a[1];}' \