haskell-xmobar: update to version 0.22.1
This commit is contained in:
parent
61ea009f3b
commit
258a47fcc7
@ -1,23 +1,23 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, alsaCore, alsaMixer, dbus, filepath, hinotify, HTTP
|
{ cabal, alsaCore, alsaMixer, dbus, filepath, hinotify, HTTP
|
||||||
, libmpd, libXrandr, mtl, parsec, regexCompat, stm, time
|
, libmpd, libXpm, libXrandr, mtl, parsec, regexCompat, stm, time
|
||||||
, timezoneOlson, timezoneSeries, utf8String, wirelesstools, X11
|
, timezoneOlson, timezoneSeries, transformers, utf8String
|
||||||
, X11Xft, libXpm
|
, wirelesstools, X11, X11Xft
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "xmobar";
|
pname = "xmobar";
|
||||||
version = "0.22";
|
version = "0.22.1";
|
||||||
sha256 = "158q2mcdn58jjli3wh3zlcjchrzz9krdgvx39n8qdl6a9pgmf8bd";
|
sha256 = "0mnwwcfk0xf4fi3cnw19s6lxcg8sbsdlvg7zwvf5xf0y9q365swz";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
alsaCore alsaMixer dbus filepath hinotify HTTP libmpd mtl parsec
|
alsaCore alsaMixer dbus filepath hinotify HTTP libmpd mtl parsec
|
||||||
regexCompat stm time timezoneOlson timezoneSeries utf8String X11
|
regexCompat stm time timezoneOlson timezoneSeries transformers
|
||||||
X11Xft
|
utf8String X11 X11Xft
|
||||||
];
|
];
|
||||||
extraLibraries = [ libXrandr wirelesstools libXpm ];
|
extraLibraries = [ libXpm libXrandr wirelesstools ];
|
||||||
configureFlags = "-fall_extensions";
|
configureFlags = "-fall_extensions";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://xmobar.org";
|
homepage = "http://xmobar.org";
|
||||||
|
@ -2698,19 +2698,6 @@ let
|
|||||||
|
|
||||||
xmltv = callPackage ../tools/misc/xmltv { };
|
xmltv = callPackage ../tools/misc/xmltv { };
|
||||||
|
|
||||||
xmobar = let haskellPackagesExt = haskellPackages.override {
|
|
||||||
extension = self : super : {
|
|
||||||
# We need to disable tests unfortunately because doctest
|
|
||||||
# does not work with transformers-overrides, because it
|
|
||||||
# uses the GHC API.
|
|
||||||
cabal = super.cabal.override { enableCheckPhase = false; };
|
|
||||||
|
|
||||||
transformers = self.transformers_0_4_1_0;
|
|
||||||
mtl = self.mtl_2_2_1;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
in haskellPackagesExt.callPackage ../applications/misc/xmobar {};
|
|
||||||
|
|
||||||
xmpppy = builderDefsPackage (import ../development/python-modules/xmpppy) {
|
xmpppy = builderDefsPackage (import ../development/python-modules/xmpppy) {
|
||||||
inherit python setuptools;
|
inherit python setuptools;
|
||||||
};
|
};
|
||||||
|
@ -3069,6 +3069,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
xlsx = callPackage ../development/libraries/haskell/xlsx {};
|
xlsx = callPackage ../development/libraries/haskell/xlsx {};
|
||||||
|
|
||||||
|
xmobar = callPackage ../applications/misc/xmobar {};
|
||||||
|
|
||||||
xmonad = callPackage ../applications/window-managers/xmonad {};
|
xmonad = callPackage ../applications/window-managers/xmonad {};
|
||||||
|
|
||||||
xmonadContrib = callPackage ../applications/window-managers/xmonad/xmonad-contrib.nix {};
|
xmonadContrib = callPackage ../applications/window-managers/xmonad/xmonad-contrib.nix {};
|
||||||
|
Loading…
Reference in New Issue
Block a user