summary refs log tree commit diff
path: root/pkgs/applications/audio/cmus/default.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2017-02-23 01:07:18 +0100
committerJörg Thalheim <joerg@higgsboson.tk>2017-02-23 01:47:45 +0100
commite868669c4ae8cf4cd3fa69fe8c61373c4dac373e (patch)
treec7846754b958c85dbd80b84486db9954f1b609f5 /pkgs/applications/audio/cmus/default.nix
parent744ce7e8e2d85c301137c10ba6c6c73c88c3d3db (diff)
downloadnixpkgs-e868669c4ae8cf4cd3fa69fe8c61373c4dac373e.tar
nixpkgs-e868669c4ae8cf4cd3fa69fe8c61373c4dac373e.tar.gz
nixpkgs-e868669c4ae8cf4cd3fa69fe8c61373c4dac373e.tar.bz2
nixpkgs-e868669c4ae8cf4cd3fa69fe8c61373c4dac373e.tar.lz
nixpkgs-e868669c4ae8cf4cd3fa69fe8c61373c4dac373e.tar.xz
nixpkgs-e868669c4ae8cf4cd3fa69fe8c61373c4dac373e.tar.zst
nixpkgs-e868669c4ae8cf4cd3fa69fe8c61373c4dac373e.zip
cmus: mp4 support
Diffstat (limited to 'pkgs/applications/audio/cmus/default.nix')
-rw-r--r--pkgs/applications/audio/cmus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/cmus/default.nix b/pkgs/applications/audio/cmus/default.nix
index 398bb7d8488..2f3c2a28b30 100644
--- a/pkgs/applications/audio/cmus/default.nix
+++ b/pkgs/applications/audio/cmus/default.nix
@@ -32,8 +32,8 @@
 , opusSupport ? true, opusfile ? null
 
 # can't make these work, something is broken
-#, mp4Support ? true, mp4v2 ? null
 , aacSupport ? true, faad2 ? null
+, mp4Support ? true, mp4v2 ? null
 
 # not in nixpkgs
 #, vtxSupport ? true, libayemu ? null
@@ -84,7 +84,7 @@ let
     (mkFlag wavpackSupport "CONFIG_WAVPACK=y" wavpack)
     (mkFlag opusSupport   "CONFIG_OPUS=y"    opusfile)
 
-    #(mkFlag mp4Support    "CONFIG_MP4=y"     mp4v2)
+    (mkFlag mp4Support    "CONFIG_MP4=y"     mp4v2)
     (mkFlag aacSupport    "CONFIG_AAC=y"     faad2)
 
     #(mkFlag vtxSupport    "CONFIG_VTX=y"     libayemu)