about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-09-19 20:50:50 +0200
committerGitHub <noreply@github.com>2018-09-19 20:50:50 +0200
commit3c95fb13ee6777cc106069d93caf280c121c9629 (patch)
tree8e352ec2a3acd767b9dd6dd086a64a8169c99334
parent5715aa1951b7b59d5332e5fdbbadb0e5b469887f (diff)
parente1ed5b26c9bfb1880134ae1ee68a9f2c8026b1ed (diff)
downloadnixlib-3c95fb13ee6777cc106069d93caf280c121c9629.tar
nixlib-3c95fb13ee6777cc106069d93caf280c121c9629.tar.gz
nixlib-3c95fb13ee6777cc106069d93caf280c121c9629.tar.bz2
nixlib-3c95fb13ee6777cc106069d93caf280c121c9629.tar.lz
nixlib-3c95fb13ee6777cc106069d93caf280c121c9629.tar.xz
nixlib-3c95fb13ee6777cc106069d93caf280c121c9629.tar.zst
nixlib-3c95fb13ee6777cc106069d93caf280c121c9629.zip
Merge pull request #46893 from costrouc/costrouc/pandoc-crossref-refactor
haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 399bb21f6e62..0fc9a1b168e5 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/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;