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 d8672bb517a..2d6e38b7c61 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -48,6 +48,12 @@ self: super: { sha256 = "1mj3k0w8aqyy71kmc71vzhgxmr4h6i5b3sykwflzays50grjm5jp"; })) self.semigroups; + # 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 + }); + hinotify_0_3_9 = dontCheck (doJailbreak super.hinotify_0_3_9); # allow async 2.2.x ## # https://github.com/xmonad/xmonad-contrib/issues/235