summary refs log tree commit diff
path: root/pkgs/applications/audio/pd-plugins/cyclone
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-09 01:26:02 +0000
committerRobin Gloster <mail@glob.in>2016-02-09 01:26:02 +0000
commite046d4fcea85f8b59267565ce2d14ae467e7f474 (patch)
tree876b3864772efce73a3ba8e464c127b8011231ac /pkgs/applications/audio/pd-plugins/cyclone
parente06726ba15d424f762c6fcc63e77270f3bcab7ba (diff)
downloadnixpkgs-e046d4fcea85f8b59267565ce2d14ae467e7f474.tar
nixpkgs-e046d4fcea85f8b59267565ce2d14ae467e7f474.tar.gz
nixpkgs-e046d4fcea85f8b59267565ce2d14ae467e7f474.tar.bz2
nixpkgs-e046d4fcea85f8b59267565ce2d14ae467e7f474.tar.lz
nixpkgs-e046d4fcea85f8b59267565ce2d14ae467e7f474.tar.xz
nixpkgs-e046d4fcea85f8b59267565ce2d14ae467e7f474.tar.zst
nixpkgs-e046d4fcea85f8b59267565ce2d14ae467e7f474.zip
cyclone: turn off format hardening
Diffstat (limited to 'pkgs/applications/audio/pd-plugins/cyclone')
-rw-r--r--pkgs/applications/audio/pd-plugins/cyclone/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/pd-plugins/cyclone/default.nix b/pkgs/applications/audio/pd-plugins/cyclone/default.nix
index b90c6a0ea36..721ef89515e 100644
--- a/pkgs/applications/audio/pd-plugins/cyclone/default.nix
+++ b/pkgs/applications/audio/pd-plugins/cyclone/default.nix
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ puredata ];
 
+  hardening_format = false;
+
   patchPhase = ''
     for file in `grep -r -l g_canvas.h`
       do