maxlib: turn off format hardening
This commit is contained in:
parent
9f8dc7d0fe
commit
e37e38903d
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ puredata ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
patchPhase = ''
|
||||
for i in ${puredata}/include/pd/*; do
|
||||
ln -s $i .
|
||||
|
|
Loading…
Reference in New Issue