From 4bb32a1e4dd73871c0891a1a4f9dc3c25428f009 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 18 Sep 2015 16:02:38 +0200 Subject: [PATCH] haskell-shake-language-c: test suite assumes an environment that we don't offer --- 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 77b025531629..e29a3e622fc6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -471,6 +471,9 @@ self: super: { separated = dontCheck super.separated; shadowsocks = dontCheck super.shadowsocks; shake-language-c = dontCheck super.shake-language-c; + shake-language-c_0_6_3 = dontCheck super.shake-language-c_0_6_3; + shake-language-c_0_6_4 = dontCheck super.shake-language-c_0_6_4; + shake-language-c_0_8_0 = dontCheck super.shake-language-c_0_8_0; static-resources = dontCheck super.static-resources; strive = dontCheck super.strive; # fails its own hlint test with tons of warnings svndump = dontCheck super.svndump;