haskell-xmonad: patch to fix the build with ghc-8.4.x

This commit is contained in:
Peter Simons 2018-03-17 21:15:32 +01:00
parent 13b154aee4
commit 54c1ca5fe9

View file

@ -710,4 +710,10 @@ self: super: {
# https://github.com/pikajude/th-printf/issues/8
th-printf = doJailbreak super.th-printf;
# https://github.com/xmonad/xmonad/issues/155
xmonad = addBuildDepend (appendPatch super.xmonad (pkgs.fetchpatch
{ url = https://github.com/xmonad/xmonad/pull/153/commits/c96a59fa0de2f674e60befd0f57e67b93ea7dcf6.patch;
sha256 = "1mj3k0w8aqyy71kmc71vzhgxmr4h6i5b3sykwflzays50grjm5jp";
})) self.semigroups;
}