From 99717f7a569de6f9c36938114a274945de2ad080 Mon Sep 17 00:00:00 2001 From: obadz Date: Tue, 7 Jun 2016 20:33:12 +0100 Subject: [PATCH] haskellPackages.intero: don't run tests --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5c3c5cb3504..ad80d46c87b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1013,4 +1013,6 @@ self: super: { cairo = addBuildTool super.cairo self.gtk2hs-buildtools; pango = addBuildTool super.pango self.gtk2hs-buildtools; + # Tests fail with "Couldn't launch intero process." + intero = dontCheck super.intero; }