Add required overrrides for haskell-hosc and haskell-tidal-midi.
Fixes https://github.com/NixOS/nixpkgs/issues/6864.
This commit is contained in:
parent
53fa11398c
commit
fe8d65c9a6
@ -75,8 +75,8 @@ self: super: {
|
|||||||
seqid-streams = super.seqid-streams_0_1_0;
|
seqid-streams = super.seqid-streams_0_1_0;
|
||||||
|
|
||||||
# Need binary >= 0.7.2, but our compiler has only 0.7.1.0.
|
# Need binary >= 0.7.2, but our compiler has only 0.7.1.0.
|
||||||
hosc = dontDistribute super.hosc;
|
hosc = super.hosc.overrideScope (self: super: { binary = self.binary_0_7_4_0; });
|
||||||
tidal-midi = dontDistribute super.tidal-midi;
|
tidal-midi = super.tidal-midi.overrideScope (self: super: { binary = self.binary_0_7_4_0; });
|
||||||
|
|
||||||
# These packages need mtl 2.2.x directly or indirectly via dependencies.
|
# These packages need mtl 2.2.x directly or indirectly via dependencies.
|
||||||
amazonka = markBroken super.amazonka;
|
amazonka = markBroken super.amazonka;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user