about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-29 20:26:52 +0100
committerPeter Simons <simons@cryp.to>2021-01-29 21:02:35 +0100
commit51dd1502bbc5458add684a4d8b613d8f9a52cd76 (patch)
tree59bea0172b5f5099a07bce0ad5489f84ca36bb8f /pkgs/development/haskell-modules
parent5abc9ec3a0796bd5f291488e5b6583015cf9a417 (diff)
downloadnixlib-51dd1502bbc5458add684a4d8b613d8f9a52cd76.tar
nixlib-51dd1502bbc5458add684a4d8b613d8f9a52cd76.tar.gz
nixlib-51dd1502bbc5458add684a4d8b613d8f9a52cd76.tar.bz2
nixlib-51dd1502bbc5458add684a4d8b613d8f9a52cd76.tar.lz
nixlib-51dd1502bbc5458add684a4d8b613d8f9a52cd76.tar.xz
nixlib-51dd1502bbc5458add684a4d8b613d8f9a52cd76.tar.zst
nixlib-51dd1502bbc5458add684a4d8b613d8f9a52cd76.zip
Drop obsolete override for pandoc; the test suite has been fixed.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8d8adb181a51..8cc58b9a27f3 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1377,11 +1377,6 @@ self: super: {
   # jailbreaking pandoc-citeproc because it has not bumped upper bound on pandoc
   pandoc-citeproc = doJailbreak super.pandoc-citeproc;
 
-  # 2021-01-17: Tests are broken because of a version mismatch.
-  # See here: https://github.com/jgm/pandoc/issues/7035
-  # This problem is fixed on master. Remove override when this assert fails.
-  pandoc = assert super.pandoc.version == "2.11.3.2"; dontCheck super.pandoc;
-
   # The test suite attempts to read `/etc/resolv.conf`, which doesn't work in the sandbox.
   domain-auth = dontCheck super.domain-auth;