From 3948b71e833759cafc5842be90175cef0967cfd9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Jan 2015 17:22:26 +0100 Subject: [PATCH] Fix HList, digit, and filestore. --- .../development/haskell-modules/configuration-common.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index dd5beb78a08e..c6b2ed24d6a3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -174,6 +174,15 @@ self: super: { # https://github.com/vincenthz/tasty-kat/issues/1 tasty-kat = dontCheck super.tasty-kat; + # Tries to execute non-existent external programs. + HList = dontCheck super.HList; + + # https://github.com/NICTA/digit/issues/3 + digit = dontCheck super.digit; + + # Tries to execute non-existent external programs. + filestore = dontCheck super.filestore; + } // { # Not on Hackage yet.