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