haskellPackages.Euterpea: fix build, unbreak
Build is failing due to too restrictive version constraints which were the only thing needing fixing.
This commit is contained in:
parent
86e2dd2c24
commit
3359dca08f
@ -592,6 +592,12 @@ self: super: {
|
||||
elm-server = markBroken super.elm-server;
|
||||
elm-yesod = markBroken super.elm-yesod;
|
||||
|
||||
# https://github.com/Euterpea/Euterpea2/issues/40
|
||||
Euterpea = appendPatch super.Euterpea (pkgs.fetchpatch {
|
||||
url = "https://github.com/Euterpea/Euterpea2/pull/38.patch";
|
||||
sha256 = "13g462qmj8c7if797gnyvf8h0cddmm3xy0pjldw48w8f8sr4qsj0";
|
||||
});
|
||||
|
||||
# https://github.com/athanclark/sets/issues/2
|
||||
sets = dontCheck super.sets;
|
||||
|
||||
|
@ -4510,7 +4510,6 @@ broken-packages:
|
||||
- eths-rlp
|
||||
- euphoria
|
||||
- eurofxref
|
||||
- Euterpea
|
||||
- eve
|
||||
- eve-cli
|
||||
- event
|
||||
|
Loading…
Reference in New Issue
Block a user