29 lines
931 B
Nix
29 lines
931 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, alsaCore, alsaMixer, dbus, filepath, hinotify, HTTP
|
|
, libmpd, libXrandr, mtl, parsec, regexCompat, stm, time
|
|
, timezoneOlson, timezoneSeries, utf8String, wirelesstools, X11
|
|
, X11Xft, libXpm
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "xmobar";
|
|
version = "0.22";
|
|
sha256 = "158q2mcdn58jjli3wh3zlcjchrzz9krdgvx39n8qdl6a9pgmf8bd";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
alsaCore alsaMixer dbus filepath hinotify HTTP libmpd mtl parsec
|
|
regexCompat stm time timezoneOlson timezoneSeries utf8String X11
|
|
X11Xft
|
|
];
|
|
extraLibraries = [ libXrandr wirelesstools libXpm ];
|
|
configureFlags = "-fall_extensions";
|
|
meta = {
|
|
homepage = "http://xmobar.org";
|
|
description = "A Minimalistic Text Based Status Bar";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.stdenv.lib.platforms.linux;
|
|
};
|
|
})
|