From fbe6858cd3676fee71f4215c4a61069ba53765ac Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 11 Feb 2016 00:28:00 +0000 Subject: [PATCH] freewheeling: turn off format hardening --- pkgs/applications/audio/freewheeling/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/audio/freewheeling/default.nix b/pkgs/applications/audio/freewheeling/default.nix index f7330ee12f9..eae7ce390c0 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 = ''