haskell-xmonad: patch to fix the build with ghc-8.4.x
This commit is contained in:
parent
13b154aee4
commit
54c1ca5fe9
@ -710,4 +710,10 @@ self: super: {
|
|||||||
# https://github.com/pikajude/th-printf/issues/8
|
# https://github.com/pikajude/th-printf/issues/8
|
||||||
th-printf = doJailbreak super.th-printf;
|
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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user