mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
cyclone: turn off format hardening
This commit is contained in:
parent
e06726ba15
commit
e046d4fcea
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ puredata ];
|
buildInputs = [ puredata ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
for file in `grep -r -l g_canvas.h`
|
for file in `grep -r -l g_canvas.h`
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user