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
|
2014-10-12 15:12:27 +01:00
|
|
|
, libmpd, libXpm, libXrandr, mtl, parsec, regexCompat, stm, time
|
|
|
|
, timezoneOlson, timezoneSeries, transformers, 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-10-12 15:12:27 +01:00
|
|
|
version = "0.22.1";
|
|
|
|
sha256 = "0mnwwcfk0xf4fi3cnw19s6lxcg8sbsdlvg7zwvf5xf0y9q365swz";
|
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
|
2014-10-12 15:12:27 +01:00
|
|
|
regexCompat stm time timezoneOlson timezoneSeries transformers
|
|
|
|
utf8String X11 X11Xft
|
2012-06-03 19:52:38 +01:00
|
|
|
];
|
2014-10-12 15:12:27 +01:00
|
|
|
extraLibraries = [ libXpm 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;
|
2014-08-12 10:16:51 +01:00
|
|
|
platforms = self.stdenv.lib.platforms.linux;
|
2008-04-15 21:03:25 +01:00
|
|
|
};
|
|
|
|
})
|