about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-07 14:24:58 +0200
committerPeter Simons <simons@cryp.to>2018-05-07 14:29:15 +0200
commitd3784373ad0e34daa9f4e3425d69ad997355aecc (patch)
treef998ac8ca782e7e82192ffcebff236b0de3b1f83 /pkgs/development
parent8b11e30b84f26a92dfc0b54435e121cf31cf7a7a (diff)
downloadnixlib-d3784373ad0e34daa9f4e3425d69ad997355aecc.tar
nixlib-d3784373ad0e34daa9f4e3425d69ad997355aecc.tar.gz
nixlib-d3784373ad0e34daa9f4e3425d69ad997355aecc.tar.bz2
nixlib-d3784373ad0e34daa9f4e3425d69ad997355aecc.tar.lz
nixlib-d3784373ad0e34daa9f4e3425d69ad997355aecc.tar.xz
nixlib-d3784373ad0e34daa9f4e3425d69ad997355aecc.tar.zst
nixlib-d3784373ad0e34daa9f4e3425d69ad997355aecc.zip
haskell-dbus-hslogger & status-notifier-item: use latest dbus despite lts-11.x
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index eea7e1758162..2c16b37bba88 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -638,6 +638,8 @@ self: super: {
 
   # 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; });
+  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
   configurator = dontCheck super.configurator;