mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
boost-build: turn off format hardening
This commit is contained in:
parent
e264f1077b
commit
a29786ebf6
@ -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];}' \
|
||||
|
Loading…
Reference in New Issue
Block a user