From 08bf6c93c52aad248b3e0807ad890c100d90ebf3 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sun, 29 Mar 2015 04:58:32 +0300 Subject: [PATCH] haskellng.leksah: don't run tests --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4212b1ba278f..353acd3bfcba 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -716,6 +716,9 @@ self: super: { llvm-general = super.llvm-general.override { llvm-config = pkgs.llvmPackages_34.llvm; }; + # Tries to run GUI in tests + leksah = dontCheck super.leksah; + } // { # Not on Hackage.