summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-07-16 10:10:08 +0200
committerPeter Simons <simons@cryp.to>2018-07-16 10:11:14 +0200
commit55af91d4aaaa2dbd66adf3367bd22b2227adcc77 (patch)
tree1eb8c8f378a574d8b3a0f25976b68cb69977dc8f
parentb00b4010ba4e85f893b032b7f40abf5ea27ee663 (diff)
downloadnixlib-55af91d4aaaa2dbd66adf3367bd22b2227adcc77.tar
nixlib-55af91d4aaaa2dbd66adf3367bd22b2227adcc77.tar.gz
nixlib-55af91d4aaaa2dbd66adf3367bd22b2227adcc77.tar.bz2
nixlib-55af91d4aaaa2dbd66adf3367bd22b2227adcc77.tar.lz
nixlib-55af91d4aaaa2dbd66adf3367bd22b2227adcc77.tar.xz
nixlib-55af91d4aaaa2dbd66adf3367bd22b2227adcc77.tar.zst
nixlib-55af91d4aaaa2dbd66adf3367bd22b2227adcc77.zip
haskell-xmobar: the new release handles recent haskell-dbus version
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 881771a3a4c2..7b83d260d903 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -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
 
 }