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];}' \