From f587079dcb9999630366f9b31a4fb188c597af76 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 18 Nov 2014 22:50:22 +0100 Subject: [PATCH] haskell-js-jquery: disable the test suite ... which wants to access the network. --- pkgs/development/libraries/haskell/js-jquery/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/js-jquery/default.nix b/pkgs/development/libraries/haskell/js-jquery/default.nix index badeb0365430..ad776b577f41 100644 --- a/pkgs/development/libraries/haskell/js-jquery/default.nix +++ b/pkgs/development/libraries/haskell/js-jquery/default.nix @@ -7,6 +7,7 @@ cabal.mkDerivation (self: { version = "1.11.1"; sha256 = "0k4hrpxsc48nanr2zw6jcirirsarlshycx7d5hzqqv9jfhy1i88d"; testDepends = [ HTTP ]; + doCheck = false; meta = { homepage = "https://github.com/ndmitchell/js-jquery#readme"; description = "Obtain minified jQuery code";