haskell-hscolour: fix darwin build

This commit is contained in:
Daiderd Jordan
2017-09-05 22:56:09 +02:00
parent 3189b01647
commit d0d905668c

View File

@@ -499,6 +499,7 @@ self: super: builtins.intersectAttrs super {
# Disable separate bin outputs for these specific packages that break with it.
H = hasNoBinOutput super.H;
cryptol = hasNoBinOutput super.cryptol;
hscolour = hasNoBinOutput super.hscolour;
sproxy = hasNoBinOutput super.sproxy;
sproxy2 = hasNoBinOutput super.sproxy2;
sproxy-web = hasNoBinOutput super.sproxy-web;