From 55af91d4aaaa2dbd66adf3367bd22b2227adcc77 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 16 Jul 2018 10:10:08 +0200 Subject: [PATCH] haskell-xmobar: the new release handles recent haskell-dbus version --- .../haskell-modules/configuration-ghc-8.4.x.nix | 7 ++----- 1 file 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 881771a3a4c..7b83d260d90 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 }