about summary refs log tree commit diff
path: root/pkgs/applications/audio/csound
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-07 20:40:46 +0000
committerRobin Gloster <mail@glob.in>2016-02-07 20:40:46 +0000
commitd4066220523661496b026e9a0530c6d10feb2ccf (patch)
treede1d4e455e0c4d5605506e875bb53dfd1986b267 /pkgs/applications/audio/csound
parent179ae282e07adc3975dd4e3198db47fd1185b408 (diff)
csound: turn off format hardening
Diffstat (limited to 'pkgs/applications/audio/csound')
-rw-r--r--pkgs/applications/audio/csound/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/csound/default.nix b/pkgs/applications/audio/csound/default.nix
index afca63a2a8a26..1cc0e56fe7e6b 100644
--- a/pkgs/applications/audio/csound/default.nix
+++ b/pkgs/applications/audio/csound/default.nix
@@ -16,6 +16,8 @@ stdenv.mkDerivation {
 
   enableParallelBuilding = true;
 
+  hardening_format = false;
+
   src = fetchurl {
     url = mirror://sourceforge/csound/Csound6.04.tar.gz;
     sha256 = "1030w38lxdwjz1irr32m9cl0paqmgr02lab2m7f7j1yihwxj1w0g";