From 26cc9b4d01468a86eff1b2dd3720508af4977ede Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 8 Sep 2016 14:20:09 +0200 Subject: [PATCH] haste-compiler: mark as broken Configuring haste-compiler-0.5.5.0... Setup: At least the following dependencies are missing: HTTP -any, bzlib -any, either -any, ghc-simple -any, system-fileio -any, tar -any --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 311d99bcc7a..9b04315e4a8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -898,7 +898,7 @@ self: super: { # Haste stuff haste-Cabal = markBroken (self.callPackage ../tools/haskell/haste/haste-Cabal.nix {}); haste-cabal-install = markBroken (self.callPackage ../tools/haskell/haste/haste-cabal-install.nix { Cabal = self.haste-Cabal; }); - haste-compiler = self.callPackage ../tools/haskell/haste/haste-compiler.nix { inherit overrideCabal; super-haste-compiler = super.haste-compiler; }; + haste-compiler = markBroken (self.callPackage ../tools/haskell/haste/haste-compiler.nix { inherit overrideCabal; super-haste-compiler = super.haste-compiler; }); # Ensure the necessary frameworks are propagatedBuildInputs on darwin OpenGLRaw = overrideCabal super.OpenGLRaw (drv: {