hledger-lib: add override fix build with ghc 8.4.x

This commit is contained in:
Peter Simons 2018-03-12 10:49:43 +01:00
parent 6c837058a4
commit aed9401abc

View file

@ -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;
});
}