mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
haskellPackages.hcoord: fix build
Increase version bounds for a hcoord dependency [0]. Also disable checks, as upstream doesn't include the necessary files in the release tarball [1]. [0] https://github.com/danfran/hcoord/pull/8/ [1] https://github.com/danfran/hcoord/issues/9
This commit is contained in:
parent
66526604cf
commit
ac3de2a6c7
@ -1433,6 +1433,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
|
||||
|
@ -5956,7 +5956,6 @@ broken-packages:
|
||||
- hcltest
|
||||
- hcoap
|
||||
- hcom
|
||||
- hcoord
|
||||
- hcron
|
||||
- hCsound
|
||||
- hcube
|
||||
|
Loading…
Reference in New Issue
Block a user