cmus: add gcc build dep for darwin
(cherry picked from commit 597a3898fca1a2dd5875bc6bcf37b6e4e4d37279)
This commit is contained in:
parent
fb954784dd
commit
1e324cdd57
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, ncurses, pkgconfig
|
{ stdenv, fetchFromGitHub, ncurses, pkgconfig, gcc
|
||||||
|
|
||||||
, alsaSupport ? stdenv.isLinux, alsaLib ? null
|
, alsaSupport ? stdenv.isLinux, alsaLib ? null
|
||||||
# simple fallback for everyone else
|
# simple fallback for everyone else
|
||||||
@ -109,7 +109,7 @@ stdenv.mkDerivation rec {
|
|||||||
"CONFIG_WAV=y"
|
"CONFIG_WAV=y"
|
||||||
] ++ concatMap (a: a.flags) opts);
|
] ++ concatMap (a: a.flags) opts);
|
||||||
|
|
||||||
buildInputs = [ ncurses pkgconfig ] ++ concatMap (a: a.deps) opts;
|
buildInputs = [ ncurses pkgconfig gcc ] ++ concatMap (a: a.deps) opts;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Small, fast and powerful console music player for Linux and *BSD";
|
description = "Small, fast and powerful console music player for Linux and *BSD";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user