cmus: fix build

fixes #27966
This commit is contained in:
Robin Gloster 2017-08-06 20:34:14 +02:00
parent 1ff2c65acf
commit f14c27d178
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

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