summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-18 12:38:56 +0200
committerPeter Simons <simons@cryp.to>2015-09-19 08:20:54 +0200
commitd134181222a3ba1455c3b7d054eca4a07a1c188f (patch)
tree350bbb58b6378a536367aed8e0dce6424662699c /pkgs/development/haskell-modules/configuration-common.nix
parentad2b0e7d7a78e317fd86629892aa1f12f664d000 (diff)
downloadnixpkgs-d134181222a3ba1455c3b7d054eca4a07a1c188f.tar
nixpkgs-d134181222a3ba1455c3b7d054eca4a07a1c188f.tar.gz
nixpkgs-d134181222a3ba1455c3b7d054eca4a07a1c188f.tar.bz2
nixpkgs-d134181222a3ba1455c3b7d054eca4a07a1c188f.tar.lz
nixpkgs-d134181222a3ba1455c3b7d054eca4a07a1c188f.tar.xz
nixpkgs-d134181222a3ba1455c3b7d054eca4a07a1c188f.tar.zst
nixpkgs-d134181222a3ba1455c3b7d054eca4a07a1c188f.zip
haskell-pandoc-citeproc: avoid test suite failures
http://hydra.cryp.to/build/1275810/log/raw
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 0dec8cc41a1..77b02553162 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;