about summary refs log tree commit diff
path: root/pkgs/applications/audio/freewheeling
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-11 00:28:00 +0000
committerRobin Gloster <mail@glob.in>2016-02-11 00:28:00 +0000
commitfbe6858cd3676fee71f4215c4a61069ba53765ac (patch)
tree24b0597f2cf2765c28b92ff68e1aa62d20d239ba /pkgs/applications/audio/freewheeling
parentbc30a0ee717bdb37a78d49e4e2b2139dfb8b2fce (diff)
freewheeling: turn off format hardening
Diffstat (limited to 'pkgs/applications/audio/freewheeling')
-rw-r--r--pkgs/applications/audio/freewheeling/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/freewheeling/default.nix b/pkgs/applications/audio/freewheeling/default.nix
index f7330ee12f919..eae7ce390c01d 100644
--- a/pkgs/applications/audio/freewheeling/default.nix
+++ b/pkgs/applications/audio/freewheeling/default.nix
@@ -19,6 +19,8 @@ stdenv.mkDerivation {
 
   patches = [ ./am_path_sdl.patch ./xml.patch ];
 
+  hardening_format = false;
+
   meta = {
     description = "A live looping instrument with JACK and MIDI support";
     longDescription = ''