From 1cc53afdd245dabf4ebb4c3ca1976996d6cd1039 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 10 Jul 2018 13:12:46 +0200 Subject: haskell-xmonad-contrib: apply patches to fix the build --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pkgs/development/haskell-modules') 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 2d6e38b7c618d..ed324e0185523 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,9 @@ self: super: { sha256 = "1mj3k0w8aqyy71kmc71vzhgxmr4h6i5b3sykwflzays50grjm5jp"; })) self.semigroups; + # https://github.com/xmonad/xmonad-contrib/issues/235 + xmonad-contrib = doJailbreak (appendPatch super.xmonad-contrib ./patches/xmonad-contrib-ghc-8.4.1-fix.patch); + # 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 @@ -55,8 +58,4 @@ self: super: { }); hinotify_0_3_9 = dontCheck (doJailbreak super.hinotify_0_3_9); # allow async 2.2.x - -## # https://github.com/xmonad/xmonad-contrib/issues/235 -## xmonad-contrib = doJailbreak (appendPatch super.xmonad-contrib ./patches/xmonad-contrib-ghc-8.4.1-fix.patch); - } -- cgit 1.4.1