mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-X11: patch the build to succeed with ghc-8.8.x
This commit is contained in:
parent
da2e9d26ef
commit
fbd700b128
1 changed files with 6 additions and 0 deletions
|
@ -167,4 +167,10 @@ self: super: {
|
|||
# break out of 'time >=1.4.2 && <1.9'
|
||||
HStringTemplate = doJailbreak super.HStringTemplate;
|
||||
|
||||
# don't use obsolete "defaultUserHooks" in Setup.hs
|
||||
X11 = appendPatch super.X11 (pkgs.fetchpatch {
|
||||
url = "https://github.com/xmonad/X11/commit/8d817617afa1b54e6c50a9cc552dc1c0804c1794.patch";
|
||||
sha256 = "0zsgzn0nvdxvqi5z0za3gzlhql2x5d5cr0kkr19j5c67fy177w6b";
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue