haskellPackages.hail: add patches to relax cabal dependencies
This commit is contained in:
parent
0a66656d75
commit
5a59ed379c
@ -1292,4 +1292,22 @@ self: super: {
|
|||||||
# https://github.com/Happstack/web-routes-th/pull/3
|
# https://github.com/Happstack/web-routes-th/pull/3
|
||||||
web-routes-th = doJailbreak super.web-routes-th;
|
web-routes-th = doJailbreak super.web-routes-th;
|
||||||
|
|
||||||
|
# Remove for hail > 0.2.0.0
|
||||||
|
hail = overrideCabal super.hail (drv: {
|
||||||
|
patches = [
|
||||||
|
(pkgs.fetchpatch {
|
||||||
|
# Relax dependency constraints,
|
||||||
|
# upstream PR: https://github.com/james-preston/hail/pull/13
|
||||||
|
url = "https://patch-diff.githubusercontent.com/raw/james-preston/hail/pull/13.patch";
|
||||||
|
sha256 = "039p5mqgicbhld2z44cbvsmam3pz0py3ybaifwrjsn1y69ldsmkx";
|
||||||
|
})
|
||||||
|
(pkgs.fetchpatch {
|
||||||
|
# Relax dependency constraints,
|
||||||
|
# upstream PR: https://github.com/james-preston/hail/pull/15
|
||||||
|
url = "https://patch-diff.githubusercontent.com/raw/james-preston/hail/pull/15.patch";
|
||||||
|
sha256 = "03kdvr8hxi6isb8yxp5rgcmz855n19m1yacn3d56a4i58j2mldjw";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
});
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -5263,7 +5263,6 @@ broken-packages:
|
|||||||
- Haggressive
|
- Haggressive
|
||||||
- hahp
|
- hahp
|
||||||
- haiji
|
- haiji
|
||||||
- hail
|
|
||||||
- hailgun
|
- hailgun
|
||||||
- hailgun-send
|
- hailgun-send
|
||||||
- hailgun-simple
|
- hailgun-simple
|
||||||
|
Loading…
x
Reference in New Issue
Block a user