mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-06 09:12:35 +03:00
haskellPackages.hail: relax cabal dependencies to unbreak
The upstream version still contains very strict dependency constraints. I've updated the patches to a version that relax these. This unbreaks hail for me.
This commit is contained in:
parent
a0ea78c706
commit
cd11c0c817
@ -1110,9 +1110,9 @@ self: super: {
|
||||
})
|
||||
(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";
|
||||
# upstream PR: https://github.com/james-preston/hail/pull/16
|
||||
url = "https://patch-diff.githubusercontent.com/raw/james-preston/hail/pull/16.patch";
|
||||
sha256 = "0dpagpn654zjrlklihsg911lmxjj8msylbm3c68xa5aad1s9gcf7";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
@ -5717,7 +5717,6 @@ broken-packages:
|
||||
- Haggressive
|
||||
- hahp
|
||||
- haiji
|
||||
- hail
|
||||
- hailgun-send
|
||||
- hairy
|
||||
- hakaru
|
||||
|
Loading…
Reference in New Issue
Block a user