29 lines
960 B
Nix
29 lines
960 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, alsaCore, alsaMixer, dbus, filepath, hinotify, HTTP
|
|
, libmpd, libXpm, libXrandr, mtl, parsec, regexCompat, stm, time
|
|
, timezoneOlson, timezoneSeries, transformers, utf8String
|
|
, wirelesstools, X11, X11Xft
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "xmobar";
|
|
version = "0.22.1";
|
|
sha256 = "0mnwwcfk0xf4fi3cnw19s6lxcg8sbsdlvg7zwvf5xf0y9q365swz";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
alsaCore alsaMixer dbus filepath hinotify HTTP libmpd mtl parsec
|
|
regexCompat stm time timezoneOlson timezoneSeries transformers
|
|
utf8String X11 X11Xft
|
|
];
|
|
extraLibraries = [ libXpm libXrandr wirelesstools ];
|
|
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;
|
|
};
|
|
})
|