Merge pull request #93469 from erictapen/hcoord

haskellPackages.hcoord: fix build
This commit is contained in:
maralorn 2020-08-19 11:52:50 +02:00 committed by GitHub
commit 4b02450b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -1424,6 +1424,18 @@ self: super: {
# https://github.com/bos/statistics/issues/170
statistics = dontCheck super.statistics;
hcoord = overrideCabal super.hcoord (drv: {
# Remove when https://github.com/danfran/hcoord/pull/8 is merged.
patches = [
(pkgs.fetchpatch {
url = "https://github.com/danfran/hcoord/pull/8/commits/762738b9e4284139f5c21f553667a9975bad688e.patch";
sha256 = "03r4jg9a6xh7w3jz3g4bs7ff35wa4rrmjgcggq51y0jc1sjqvhyz";
})
];
# Remove when https://github.com/danfran/hcoord/issues/9 is closed.
doCheck = false;
});
# INSERT NEW OVERRIDES ABOVE THIS LINE
} // (let

View File

@ -5959,7 +5959,6 @@ broken-packages:
- hcltest
- hcoap
- hcom
- hcoord
- hcron
- hCsound
- hcube