2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-14 16:57:48 +00:00

dom-selector: Skip tests

I have also filed an issue with the package maintainer at 
This commit is contained in:
Cody Goodman 2014-07-14 00:58:00 -05:00
parent 7bbe9390f9
commit d77572fb76

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
testDepends = [ testDepends = [
blazeHtml htmlConduit parsec QuickCheck text thLift xmlConduit blazeHtml htmlConduit parsec QuickCheck text thLift xmlConduit
]; ];
doCheck = false;
meta = { meta = {
homepage = "https://github.com/nebuta/"; homepage = "https://github.com/nebuta/";
description = "DOM traversal by CSS selectors for xml-conduit package"; description = "DOM traversal by CSS selectors for xml-conduit package";