hledger-lib: add override fix build with ghc 8.4.x
This commit is contained in:
parent
6c837058a4
commit
aed9401abc
1 changed files with 7 additions and 0 deletions
|
@ -788,4 +788,11 @@ self: super: {
|
|||
jailbreak = true;
|
||||
});
|
||||
|
||||
# Fix missing semigroup instance for Journal.
|
||||
hledger-lib = appendPatch super.hledger-lib (pkgs.fetchpatch
|
||||
{ url = https://github.com/simonmichael/hledger/pull/718.patch;
|
||||
sha256 = "1gcs9j934wvk9hbn27zm42dnvf4x1gxr54li4kdw3zi3160y2l5c";
|
||||
stripLen = 1;
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue