haskell-xmobar: build with mpd support
This commit is contained in:
parent
a0ae412a10
commit
a7b67d93c1
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ cabal, alsaCore, alsaMixer, filepath, HTTP, libXrandr, mtl
|
{ cabal, alsaCore, alsaMixer, filepath, HTTP, libXrandr, mtl
|
||||||
, parsec, regexCompat, stm, time, utf8String, wirelesstools, X11
|
, parsec, regexCompat, stm, time, utf8String, wirelesstools, X11, libmpd
|
||||||
, X11Xft
|
, X11Xft
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -11,10 +11,10 @@ cabal.mkDerivation (self: {
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
alsaCore alsaMixer filepath HTTP mtl parsec regexCompat stm time
|
alsaCore alsaMixer filepath HTTP mtl parsec regexCompat stm time
|
||||||
utf8String X11 X11Xft
|
utf8String X11 X11Xft libmpd
|
||||||
];
|
];
|
||||||
extraLibraries = [ libXrandr wirelesstools ];
|
extraLibraries = [ libXrandr wirelesstools ];
|
||||||
configureFlags = "-fwith_xft -fwith_iwlib -fwith_alsa";
|
configureFlags = "-fwith_xft -fwith_iwlib -fwith_alsa -fwith_mpd";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/xmobar/";
|
homepage = "http://projects.haskell.org/xmobar/";
|
||||||
description = "A Minimalistic Text Based Status Bar";
|
description = "A Minimalistic Text Based Status Bar";
|
||||||
|
|
Loading…
Reference in a new issue