From d0d905668c010b65795b57afdf7f0360aac6245b Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Tue, 5 Sep 2017 22:56:09 +0200 Subject: [PATCH] haskell-hscolour: fix darwin build --- pkgs/development/haskell-modules/configuration-nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index c1813cad7a9e..0f2fd37f5bd8 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -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;