audacity: pin ffmpeg to 4.x

This commit is contained in:
Jonathan Ringer 2022-02-04 22:09:51 -08:00
parent 63e54d6343
commit fad7fedb29
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -24,7 +24,7 @@
, expat , expat
, libid3tag , libid3tag
, libopus , libopus
, ffmpeg , ffmpeg_4
, soundtouch , soundtouch
, pcre , pcre
/*, portaudio - given up fighting their portaudio.patch */ /*, portaudio - given up fighting their portaudio.patch */
@ -123,7 +123,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
expat expat
ffmpeg ffmpeg_4
file file
flac flac
libid3tag libid3tag