summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-01-17 10:24:06 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-01-17 10:25:46 +0100
commit0b7e17e5a5b68744d75fec121db77468fe4c2c5e (patch)
tree2b6579d3583cb06154be10aee23279699aa0cbc4 /pkgs/applications/audio
parent83ff34d08c4fc3ccfabdcd15093d355436d9a364 (diff)
downloadnixlib-0b7e17e5a5b68744d75fec121db77468fe4c2c5e.tar
nixlib-0b7e17e5a5b68744d75fec121db77468fe4c2c5e.tar.gz
nixlib-0b7e17e5a5b68744d75fec121db77468fe4c2c5e.tar.bz2
nixlib-0b7e17e5a5b68744d75fec121db77468fe4c2c5e.tar.lz
nixlib-0b7e17e5a5b68744d75fec121db77468fe4c2c5e.tar.xz
nixlib-0b7e17e5a5b68744d75fec121db77468fe4c2c5e.tar.zst
nixlib-0b7e17e5a5b68744d75fec121db77468fe4c2c5e.zip
audacity: apply Arch patch to avoid vulnerable ffmpeg
Now it builds with the latest branch. /cc #12437.
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/audacity/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index 8b15fea8b866..627d68525b9b 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, wxGTK, pkgconfig, gettext, gtk, glib, zlib, perl, intltool,
-  libogg, libvorbis, libmad, alsaLib, libsndfile, soxr, flac, lame,
+  libogg, libvorbis, libmad, alsaLib, libsndfile, soxr, flac, lame, fetchpatch,
   expat, libid3tag, ffmpeg, soundtouch /*, portaudio - given up fighting their portaudio.patch */
   }:
 
@@ -11,6 +11,12 @@ stdenv.mkDerivation rec {
     url = "https://github.com/audacity/audacity/archive/Audacity-${version}.tar.gz";
     sha256 = "15c5ff7ac1c0b19b08f4bdcb0f4988743da2f9ed3fab41d6f07600e67cb9ddb6";
   };
+  patches = [(fetchpatch {
+    name = "new-ffmpeg.patch";
+    url = "https://projects.archlinux.org/svntogit/packages.git/plain/trunk"
+      + "/audacity-ffmpeg.patch?h=packages/audacity&id=0c1e35798d4d70692";
+    sha256 = "19fr674mw844zmkp1476yigkcnmb6zyn78av64ccdwi3p68i00rf";
+  })];
 
   preConfigure = /* we prefer system-wide libs */ ''
     mv lib-src lib-src-rm