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

maxlib: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-09 23:06:16 +00:00
parent 9f8dc7d0fe
commit e37e38903d

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ puredata ];
hardening_format = false;
patchPhase = ''
for i in ${puredata}/include/pd/*; do
ln -s $i .