summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/xmobar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/xmobar/default.nix')
-rw-r--r--pkgs/applications/misc/xmobar/default.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkgs/applications/misc/xmobar/default.nix b/pkgs/applications/misc/xmobar/default.nix
index a7aeed339e24..acd0568772aa 100644
--- a/pkgs/applications/misc/xmobar/default.nix
+++ b/pkgs/applications/misc/xmobar/default.nix
@@ -1,5 +1,6 @@
-{ cabal, alsaCore, alsaMixer, filepath, HTTP, libXrandr, mtl
-, parsec, regexCompat, stm, time, utf8String, wirelesstools, X11
+{ cabal, alsaCore, alsaMixer, dbus, filepath, hinotify, HTTP
+, libmpd, libXrandr, mtl, parsec, regexCompat, stm, time
+, timezoneOlson, timezoneSeries, utf8String, wirelesstools, X11
, X11Xft
}:
@@ -10,11 +11,12 @@ cabal.mkDerivation (self: {
isLibrary = false;
isExecutable = true;
buildDepends = [
- alsaCore alsaMixer filepath HTTP mtl parsec regexCompat stm time
- utf8String X11 X11Xft
+ alsaCore alsaMixer dbus filepath hinotify HTTP libmpd mtl parsec
+ regexCompat stm time timezoneOlson timezoneSeries utf8String X11
+ X11Xft
];
extraLibraries = [ libXrandr wirelesstools ];
- configureFlags = "-fwith_xft -fwith_iwlib -fwith_alsa";
+ configureFlags = "-fall_extensions";
meta = {
homepage = "http://projects.haskell.org/xmobar/";
description = "A Minimalistic Text Based Status Bar";