2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-23 17:13:30 +01:00
|
|
|
{ cabal, alsaCore, alsaMixer, dbus, filepath, hinotify, HTTP
|
|
|
|
, libmpd, libXrandr, mtl, parsec, regexCompat, stm, time
|
|
|
|
, timezoneOlson, timezoneSeries, utf8String, wirelesstools, X11
|
|
|
|
, X11Xft
|
2011-12-10 22:30:49 +00:00
|
|
|
}:
|
2008-04-15 21:03:25 +01:00
|
|
|
|
2011-08-14 00:38:44 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2008-04-15 21:03:25 +01:00
|
|
|
pname = "xmobar";
|
2014-07-02 00:30:49 +01:00
|
|
|
version = "0.21";
|
|
|
|
sha256 = "1h0gsb808zm4j4kmw7fl4339wllc16ldy1ki96l8w3fvj30bcxpm";
|
2011-08-14 00:38:44 +01:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
2012-02-14 17:00:37 +00:00
|
|
|
buildDepends = [
|
2014-05-23 17:13:30 +01:00
|
|
|
alsaCore alsaMixer dbus filepath hinotify HTTP libmpd mtl parsec
|
|
|
|
regexCompat stm time timezoneOlson timezoneSeries utf8String X11
|
|
|
|
X11Xft
|
2012-06-03 19:52:38 +01:00
|
|
|
];
|
2014-01-11 11:24:25 +00:00
|
|
|
extraLibraries = [ libXrandr wirelesstools ];
|
2014-05-23 17:13:30 +01:00
|
|
|
configureFlags = "-fall_extensions";
|
2008-04-15 21:03:25 +01:00
|
|
|
meta = {
|
2014-07-03 15:52:23 +01:00
|
|
|
homepage = "http://xmobar.org";
|
2011-08-14 00:38:44 +01:00
|
|
|
description = "A Minimalistic Text Based Status Bar";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-14 11:44:23 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 10:21:28 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2008-04-15 21:03:25 +01:00
|
|
|
};
|
|
|
|
})
|