summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/cmus/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/audio/cmus/default.nix b/pkgs/applications/audio/cmus/default.nix
index 2f3c2a28b30..c9346248438 100644
--- a/pkgs/applications/audio/cmus/default.nix
+++ b/pkgs/applications/audio/cmus/default.nix
@@ -31,9 +31,8 @@
 , wavpackSupport ? true, wavpack ? null
 , opusSupport ? true, opusfile ? null
 
-# can't make these work, something is broken
-, aacSupport ? true, faad2 ? null
-, mp4Support ? true, mp4v2 ? null
+, aacSupport ? false, faad2 ? null # already handled by ffmpeg
+, mp4Support ? false, mp4v2 ? null # ffmpeg does support mp4 better
 
 # not in nixpkgs
 #, vtxSupport ? true, libayemu ? null