haskell-boxes: apply patch to fix build with GHC 8.4.1
This commit is contained in:
parent
4e63fcec1b
commit
73982726b0
@ -797,4 +797,10 @@ self: super: {
|
||||
# https://github.com/pikajude/stylish-cabal/issues/6
|
||||
stylish-cabal = dontHaddock super.stylish-cabal;
|
||||
|
||||
# https://github.com/treeowl/boxes/issues/29
|
||||
boxes = appendPatch super.boxes (pkgs.fetchpatch
|
||||
{ url = https://github.com/asr/boxes/commit/f03e16cb8677a9d85687c641fe27a87e6fd94d54.patch;
|
||||
sha256 = "179vkn6jimiy64dwyam04x8v981l3pfrq3ig97600vnkns3v8i6a";
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user