summary refs log tree commit diff
path: root/pkgs/applications/audio/audacity
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-02-04 22:09:51 -0800
committerJonathan Ringer <jonringer117@gmail.com>2022-02-04 22:10:58 -0800
commitfad7fedb29241e659c3be6b2c88efe71219636f9 (patch)
tree3611ce2d2af24cd2ee4c014d5946cbca36d90e0b /pkgs/applications/audio/audacity
parent63e54d634344fabdc7c08652f57ae1051dc1e6bc (diff)
downloadnixpkgs-fad7fedb29241e659c3be6b2c88efe71219636f9.tar
nixpkgs-fad7fedb29241e659c3be6b2c88efe71219636f9.tar.gz
nixpkgs-fad7fedb29241e659c3be6b2c88efe71219636f9.tar.bz2
nixpkgs-fad7fedb29241e659c3be6b2c88efe71219636f9.tar.lz
nixpkgs-fad7fedb29241e659c3be6b2c88efe71219636f9.tar.xz
nixpkgs-fad7fedb29241e659c3be6b2c88efe71219636f9.tar.zst
nixpkgs-fad7fedb29241e659c3be6b2c88efe71219636f9.zip
audacity: pin ffmpeg to 4.x
Diffstat (limited to 'pkgs/applications/audio/audacity')
-rw-r--r--pkgs/applications/audio/audacity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index 0e4afa4af7c..9d4c522edc1 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -24,7 +24,7 @@
 , expat
 , libid3tag
 , libopus
-, ffmpeg
+, ffmpeg_4
 , soundtouch
 , pcre
 /*, portaudio - given up fighting their portaudio.patch */
@@ -123,7 +123,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     expat
-    ffmpeg
+    ffmpeg_4
     file
     flac
     libid3tag