Update xmobar to 0.22
This commit is contained in:
parent
576a5605b8
commit
36f29dfeb9
@ -3,13 +3,13 @@
|
|||||||
{ cabal, alsaCore, alsaMixer, dbus, filepath, hinotify, HTTP
|
{ cabal, alsaCore, alsaMixer, dbus, filepath, hinotify, HTTP
|
||||||
, libmpd, libXrandr, mtl, parsec, regexCompat, stm, time
|
, libmpd, libXrandr, mtl, parsec, regexCompat, stm, time
|
||||||
, timezoneOlson, timezoneSeries, utf8String, wirelesstools, X11
|
, timezoneOlson, timezoneSeries, utf8String, wirelesstools, X11
|
||||||
, X11Xft
|
, X11Xft, libXpm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "xmobar";
|
pname = "xmobar";
|
||||||
version = "0.21";
|
version = "0.22";
|
||||||
sha256 = "1h0gsb808zm4j4kmw7fl4339wllc16ldy1ki96l8w3fvj30bcxpm";
|
sha256 = "158q2mcdn58jjli3wh3zlcjchrzz9krdgvx39n8qdl6a9pgmf8bd";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -17,7 +17,7 @@ cabal.mkDerivation (self: {
|
|||||||
regexCompat stm time timezoneOlson timezoneSeries utf8String X11
|
regexCompat stm time timezoneOlson timezoneSeries utf8String X11
|
||||||
X11Xft
|
X11Xft
|
||||||
];
|
];
|
||||||
extraLibraries = [ libXrandr wirelesstools ];
|
extraLibraries = [ libXrandr wirelesstools libXpm ];
|
||||||
configureFlags = "-fall_extensions";
|
configureFlags = "-fall_extensions";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://xmobar.org";
|
homepage = "http://xmobar.org";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user