haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1

Author acknowleges test failing (change when no longer 0.3.2.1).
https://github.com/lierdakil/pandoc-crossref/issues/199
wip/yesman
Chris Ostrouchov 6 years ago
parent 35378f0141
commit e1ed5b26c9
No known key found for this signature in database
GPG Key ID: 9ED59B0AB1EAF573
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -360,6 +360,7 @@ self: super: {
optional = dontCheck super.optional;
orgmode-parse = dontCheck super.orgmode-parse;
os-release = dontCheck super.os-release;
pandoc-crossref = dontCheck super.pandoc-crossref; # (most likely change when no longer 0.3.2.1) https://github.com/lierdakil/pandoc-crossref/issues/199
persistent-redis = dontCheck super.persistent-redis;
pipes-extra = dontCheck super.pipes-extra;
pipes-websockets = dontCheck super.pipes-websockets;

Loading…
Cancel
Save