haskell-xmobar: the new release handles recent haskell-dbus version

This commit is contained in:
Peter Simons 2018-07-16 10:10:08 +02:00
parent b00b4010ba
commit 55af91d4aa

View file

@ -55,11 +55,8 @@ self: super: {
# package's version constraints.
xmonad-extras = doJailbreak super.xmonad-extras;
# This package desperately needs a maintainer.
xmobar = super.xmobar.overrideScope (self: super: {
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
});
# https://github.com/jaor/xmobar/issues/356
xmobar = super.xmobar.overrideScope (self: super: { hinotify = self.hinotify_0_3_9; });
hinotify_0_3_9 = dontCheck (doJailbreak super.hinotify_0_3_9); # allow async 2.2.x
}