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