mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
haskell-xmobar: build with mpd support
This commit is contained in:
parent
a0ae412a10
commit
a7b67d93c1
@ -1,5 +1,5 @@
|
||||
{ cabal, alsaCore, alsaMixer, filepath, HTTP, libXrandr, mtl
|
||||
, parsec, regexCompat, stm, time, utf8String, wirelesstools, X11
|
||||
, parsec, regexCompat, stm, time, utf8String, wirelesstools, X11, libmpd
|
||||
, X11Xft
|
||||
}:
|
||||
|
||||
@ -11,10 +11,10 @@ cabal.mkDerivation (self: {
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
alsaCore alsaMixer filepath HTTP mtl parsec regexCompat stm time
|
||||
utf8String X11 X11Xft
|
||||
utf8String X11 X11Xft libmpd
|
||||
];
|
||||
extraLibraries = [ libXrandr wirelesstools ];
|
||||
configureFlags = "-fwith_xft -fwith_iwlib -fwith_alsa";
|
||||
configureFlags = "-fwith_xft -fwith_iwlib -fwith_alsa -fwith_mpd";
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/xmobar/";
|
||||
description = "A Minimalistic Text Based Status Bar";
|
||||
|
Loading…
Reference in New Issue
Block a user