mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
haskell-js-jquery: disable the test suite
... which wants to access the network.
This commit is contained in:
parent
eec64bffd0
commit
f587079dcb
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "1.11.1";
|
version = "1.11.1";
|
||||||
sha256 = "0k4hrpxsc48nanr2zw6jcirirsarlshycx7d5hzqqv9jfhy1i88d";
|
sha256 = "0k4hrpxsc48nanr2zw6jcirirsarlshycx7d5hzqqv9jfhy1i88d";
|
||||||
testDepends = [ HTTP ];
|
testDepends = [ HTTP ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/ndmitchell/js-jquery#readme";
|
homepage = "https://github.com/ndmitchell/js-jquery#readme";
|
||||||
description = "Obtain minified jQuery code";
|
description = "Obtain minified jQuery code";
|
||||||
|
Loading…
Reference in New Issue
Block a user