summary refs log tree commit diff
path: root/pkgs/applications/misc/xmobar
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-21 14:58:35 +0200
committerPeter Simons <simons@cryp.to>2014-05-21 16:12:06 +0200
commit6eeb989a355c7897e4636541916c690f3e23884f (patch)
treef33dbef87176951842b927b1d36c72826980da98 /pkgs/applications/misc/xmobar
parent18a82b7da12debc1f0c50a2d33399298c8858352 (diff)
downloadnixlib-6eeb989a355c7897e4636541916c690f3e23884f.tar
nixlib-6eeb989a355c7897e4636541916c690f3e23884f.tar.gz
nixlib-6eeb989a355c7897e4636541916c690f3e23884f.tar.bz2
nixlib-6eeb989a355c7897e4636541916c690f3e23884f.tar.lz
nixlib-6eeb989a355c7897e4636541916c690f3e23884f.tar.xz
nixlib-6eeb989a355c7897e4636541916c690f3e23884f.tar.zst
nixlib-6eeb989a355c7897e4636541916c690f3e23884f.zip
xmobar: re-generate with cabal2nix
Diffstat (limited to 'pkgs/applications/misc/xmobar')
-rw-r--r--pkgs/applications/misc/xmobar/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/misc/xmobar/default.nix b/pkgs/applications/misc/xmobar/default.nix
index d631b28a67f0..227fa438a14a 100644
--- a/pkgs/applications/misc/xmobar/default.nix
+++ b/pkgs/applications/misc/xmobar/default.nix
@@ -1,6 +1,6 @@
-{ cabal, alsaCore, alsaMixer, filepath, HTTP, libXrandr, mtl
-, parsec, regexCompat, stm, time, utf8String, wirelesstools, X11, libmpd
-, X11Xft
+{ cabal, alsaCore, alsaMixer, filepath, HTTP, libmpd, libXrandr
+, mtl, parsec, regexCompat, stm, time, utf8String, wirelesstools
+, X11, X11Xft
 }:
 
 cabal.mkDerivation (self: {
@@ -10,8 +10,8 @@ cabal.mkDerivation (self: {
   isLibrary = false;
   isExecutable = true;
   buildDepends = [
-    alsaCore alsaMixer filepath HTTP mtl parsec regexCompat stm time
-    utf8String X11 X11Xft libmpd
+    alsaCore alsaMixer filepath HTTP libmpd mtl parsec regexCompat stm
+    time utf8String X11 X11Xft
   ];
   extraLibraries = [ libXrandr wirelesstools ];
   configureFlags = "-fwith_xft -fwith_iwlib -fwith_alsa -fwith_mpd";