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
|
|
|
|
, libmpd, libXrandr, mtl, parsec, regexCompat, stm, time
|
|
|
|
, timezoneOlson, timezoneSeries, utf8String, wirelesstools, X11
|
2014-10-11 07:26:37 +02:00
|
|
|
, X11Xft, libXpm
|
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-11 07:26:37 +02:00
|
|
|
version = "0.22";
|
|
|
|
sha256 = "158q2mcdn58jjli3wh3zlcjchrzz9krdgvx39n8qdl6a9pgmf8bd";
|
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
|
|
|
|
regexCompat stm time timezoneOlson timezoneSeries utf8String X11
|
|
|
|
X11Xft
|
2012-06-03 20:52:38 +02:00
|
|
|
];
|
2014-10-11 07:26:37 +02:00
|
|
|
extraLibraries = [ libXrandr wirelesstools libXpm ];
|
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
|
|
|
};
|
|
|
|
})
|