summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/cdrdao
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-08 17:19:49 +0000
committerRobin Gloster <mail@glob.in>2016-02-08 17:19:49 +0000
commitcccd32b7a1a7883f89cfa876d1c0760c8eee8d1a (patch)
treeb533374f54d639b77eca2b7fd84abbdca32d82f9 /pkgs/tools/cd-dvd/cdrdao
parent1cf63c85be3a8001ef28cb14ac46ab227c6f37d9 (diff)
downloadnixpkgs-cccd32b7a1a7883f89cfa876d1c0760c8eee8d1a.tar
nixpkgs-cccd32b7a1a7883f89cfa876d1c0760c8eee8d1a.tar.gz
nixpkgs-cccd32b7a1a7883f89cfa876d1c0760c8eee8d1a.tar.bz2
nixpkgs-cccd32b7a1a7883f89cfa876d1c0760c8eee8d1a.tar.lz
nixpkgs-cccd32b7a1a7883f89cfa876d1c0760c8eee8d1a.tar.xz
nixpkgs-cccd32b7a1a7883f89cfa876d1c0760c8eee8d1a.tar.zst
nixpkgs-cccd32b7a1a7883f89cfa876d1c0760c8eee8d1a.zip
cdrdao: turn off format hardening
Diffstat (limited to 'pkgs/tools/cd-dvd/cdrdao')
-rw-r--r--pkgs/tools/cd-dvd/cdrdao/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/cd-dvd/cdrdao/default.nix b/pkgs/tools/cd-dvd/cdrdao/default.nix
index 375bbcda7e4..2de5736a4c2 100644
--- a/pkgs/tools/cd-dvd/cdrdao/default.nix
+++ b/pkgs/tools/cd-dvd/cdrdao/default.nix
@@ -12,6 +12,8 @@ stdenv.mkDerivation {
 
   buildInputs = [ lame libvorbis libmad pkgconfig libao ];
 
+  hardening_format = false;
+
   # Adjust some headers to match glibc 2.12 ... patch is a diff between
   # the cdrdao CVS head and the 1.2.3 release.
   patches = [ ./adjust-includes-for-glibc-212.patch ];