cmus: use ffmpeg instead of ffmpeg_2

This commit is contained in:
Robert Schütz 2021-04-25 10:17:46 +02:00
parent 24571a55f8
commit bfdb53a009

View File

@ -22387,7 +22387,6 @@ in
cmus = callPackage ../applications/audio/cmus {
inherit (darwin.apple_sdk.frameworks) AudioUnit CoreAudio;
libjack = libjack2;
ffmpeg = ffmpeg_2;
};
cmusfm = callPackage ../applications/audio/cmusfm { };