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 nebuta/dom-selector#3
This commit is contained in:
parent
7bbe9390f9
commit
d77572fb76
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user