3
0
Fork 0
forked from mirrors/nixpkgs

haskell-pandoc-citeproc: avoid test suite failures

http://hydra.cryp.to/build/1275810/log/raw
This commit is contained in:
Peter Simons 2015-09-18 12:38:56 +02:00
parent ad2b0e7d7a
commit d134181222

View file

@ -450,6 +450,9 @@ self: super: {
optional = dontCheck super.optional;
os-release = dontCheck super.os-release;
pandoc-citeproc = dontCheck super.pandoc-citeproc;
pandoc-citeproc_0_6 = dontCheck super.pandoc-citeproc_0_6;
pandoc-citeproc_0_6_0_1 = dontCheck super.pandoc-citeproc_0_6_0_1;
pandoc-citeproc_0_7_3 = dontCheck super.pandoc-citeproc_0_7_3;
persistent-redis = dontCheck super.persistent-redis;
pipes-extra = dontCheck super.pipes-extra;
pipes-websockets = dontCheck super.pipes-websockets;