haskell-xmobar: the new release handles recent haskell-dbus version
This commit is contained in:
parent
b00b4010ba
commit
55af91d4aa
@ -55,11 +55,8 @@ self: super: {
|
|||||||
# package's version constraints.
|
# package's version constraints.
|
||||||
xmonad-extras = doJailbreak super.xmonad-extras;
|
xmonad-extras = doJailbreak super.xmonad-extras;
|
||||||
|
|
||||||
# This package desperately needs a maintainer.
|
# https://github.com/jaor/xmobar/issues/356
|
||||||
xmobar = super.xmobar.overrideScope (self: super: {
|
xmobar = super.xmobar.overrideScope (self: super: { hinotify = self.hinotify_0_3_9; });
|
||||||
hinotify = self.hinotify_0_3_9; # https://github.com/jaor/xmobar/issues/356
|
|
||||||
dbus = self.dbus_0_10_15; # https://github.com/jaor/xmobar/issues/346
|
|
||||||
});
|
|
||||||
hinotify_0_3_9 = dontCheck (doJailbreak super.hinotify_0_3_9); # allow async 2.2.x
|
hinotify_0_3_9 = dontCheck (doJailbreak super.hinotify_0_3_9); # allow async 2.2.x
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user