ncmpc: enable colors and lyrics screen.

This commit is contained in:
_1126 2014-09-18 16:06:43 +02:00
parent a87e5507c0
commit 6676816686
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
configureFlags = [
"--enable-colors"
"--enable-lyrics-screen"
];
meta = with stdenv.lib; {
description = "Curses-based interface for MPD (music player daemon)";
homepage = http://www.musicpd.org/clients/ncmpc/;