nixpkgs/pkgs/development/libraries/haskell/js-jquery/default.nix
Peter Simons f587079dcb haskell-js-jquery: disable the test suite
... which wants to access the network.
2014-11-18 22:51:42 +01:00

18 lines
496 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, HTTP }:
cabal.mkDerivation (self: {
pname = "js-jquery";
version = "1.11.1";
sha256 = "0k4hrpxsc48nanr2zw6jcirirsarlshycx7d5hzqqv9jfhy1i88d";
testDepends = [ HTTP ];
doCheck = false;
meta = {
homepage = "https://github.com/ndmitchell/js-jquery#readme";
description = "Obtain minified jQuery code";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})