haskell-dbus-hslogger & status-notifier-item: use latest dbus despite lts-11.x
This commit is contained in:
parent
8b11e30b84
commit
d3784373ad
@ -638,6 +638,8 @@ self: super: {
|
|||||||
|
|
||||||
# Need newer versions of their dependencies than the ones we have in LTS-11.x.
|
# Need newer versions of their dependencies than the ones we have in LTS-11.x.
|
||||||
cabal2nix = super.cabal2nix.overrideScope (self: super: { hpack = self.hpack_0_28_2; hackage-db = self.hackage-db_2_0_1; });
|
cabal2nix = super.cabal2nix.overrideScope (self: super: { hpack = self.hpack_0_28_2; hackage-db = self.hackage-db_2_0_1; });
|
||||||
|
dbus-hslogger = super.dbus-hslogger.overrideScope (self: super: { dbus = self.dbus_1_0_1; });
|
||||||
|
status-notifier-item = super.status-notifier-item.overrideScope (self: super: { dbus = self.dbus_1_0_1; });
|
||||||
|
|
||||||
# https://github.com/bos/configurator/issues/22
|
# https://github.com/bos/configurator/issues/22
|
||||||
configurator = dontCheck super.configurator;
|
configurator = dontCheck super.configurator;
|
||||||
|
Loading…
Reference in New Issue
Block a user