Skip to content

Commit d0d9056

Browse files
committedSep 5, 2017
haskell-hscolour: fix darwin build
1 parent 3189b01 commit d0d9056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/development/haskell-modules/configuration-nix.nix

+1
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ self: super: builtins.intersectAttrs super {
499499
# Disable separate bin outputs for these specific packages that break with it.
500500
H = hasNoBinOutput super.H;
501501
cryptol = hasNoBinOutput super.cryptol;
502+
hscolour = hasNoBinOutput super.hscolour;
502503
sproxy = hasNoBinOutput super.sproxy;
503504
sproxy2 = hasNoBinOutput super.sproxy2;
504505
sproxy-web = hasNoBinOutput super.sproxy-web;

0 commit comments

Comments
 (0)
Please sign in to comment.