parent
1ff2c65acf
commit
f14c27d178
|
@ -121,6 +121,8 @@ stdenv.mkDerivation rec {
|
||||||
++ stdenv.lib.optionals stdenv.isDarwin [ libiconv CoreAudio ]
|
++ stdenv.lib.optionals stdenv.isDarwin [ libiconv CoreAudio ]
|
||||||
++ concatMap (a: a.deps) opts;
|
++ concatMap (a: a.deps) opts;
|
||||||
|
|
||||||
|
makeFlags = [ "LD=$(CC)" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Small, fast and powerful console music player for Linux and *BSD";
|
description = "Small, fast and powerful console music player for Linux and *BSD";
|
||||||
homepage = https://cmus.github.io/;
|
homepage = https://cmus.github.io/;
|
||||||
|
|
Loading…
Reference in New Issue