haskell-hscolour: fix darwin build
This commit is contained in:
parent
3189b01647
commit
d0d905668c
1 changed files with 1 additions and 0 deletions
|
@ -499,6 +499,7 @@ self: super: builtins.intersectAttrs super {
|
||||||
# Disable separate bin outputs for these specific packages that break with it.
|
# Disable separate bin outputs for these specific packages that break with it.
|
||||||
H = hasNoBinOutput super.H;
|
H = hasNoBinOutput super.H;
|
||||||
cryptol = hasNoBinOutput super.cryptol;
|
cryptol = hasNoBinOutput super.cryptol;
|
||||||
|
hscolour = hasNoBinOutput super.hscolour;
|
||||||
sproxy = hasNoBinOutput super.sproxy;
|
sproxy = hasNoBinOutput super.sproxy;
|
||||||
sproxy2 = hasNoBinOutput super.sproxy2;
|
sproxy2 = hasNoBinOutput super.sproxy2;
|
||||||
sproxy-web = hasNoBinOutput super.sproxy-web;
|
sproxy-web = hasNoBinOutput super.sproxy-web;
|
||||||
|
|
Loading…
Reference in a new issue