From 9f22ed986bff10e0901c81a96d8b070b2e4e7c7b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 3 Sep 2014 11:05:07 +0200 Subject: [PATCH] haskell-network-uri: disable test suite to fix the build https://github.com/haskell/network-uri/issues/4 --- pkgs/development/libraries/haskell/network-uri/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/network-uri/default.nix b/pkgs/development/libraries/haskell/network-uri/default.nix index e42d6d28599..6cfd4dca161 100644 --- a/pkgs/development/libraries/haskell/network-uri/default.nix +++ b/pkgs/development/libraries/haskell/network-uri/default.nix @@ -13,6 +13,7 @@ cabal.mkDerivation (self: { HUnit network testFramework testFrameworkHunit testFrameworkQuickcheck2 ]; + doCheck = false; meta = { homepage = "https://github.com/haskell/network-uri"; description = "URI manipulation";