pandoc-citeproc: remove obsolete overrides

The spuriously failing test suite is now disabled by cabal2nix.
This commit is contained in:
Peter Simons 2015-10-18 21:22:08 +02:00
parent 41c733a230
commit ddd255a40c

View File

@ -433,11 +433,6 @@ self: super: {
openpgp = dontCheck super.openpgp;
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;
pandoc-citeproc_0_7_3_1 = 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;