ncmpc: enable colors and lyrics screen.
This commit is contained in:
parent
a87e5507c0
commit
6676816686
pkgs/applications/audio/ncmpc
|
@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--enable-colors"
|
||||||
|
"--enable-lyrics-screen"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Curses-based interface for MPD (music player daemon)";
|
description = "Curses-based interface for MPD (music player daemon)";
|
||||||
homepage = http://www.musicpd.org/clients/ncmpc/;
|
homepage = http://www.musicpd.org/clients/ncmpc/;
|
||||||
|
|
Loading…
Reference in New Issue