summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorAnton-Latukha <anton.latukha@gmail.com>2020-06-05 01:33:16 +0300
committerPeter Simons <simons@cryp.to>2020-06-05 21:58:25 +0200
commite47b8f693c6e2392992de53bdd08072b5a0b9188 (patch)
tree167ddd1b39478781606111999d9199af26ba5f4c /pkgs/development/haskell-modules/configuration-common.nix
parent45e5b8e3fc4945c957078eefdb6a8ef0ff625278 (diff)
downloadnixpkgs-e47b8f693c6e2392992de53bdd08072b5a0b9188.tar
nixpkgs-e47b8f693c6e2392992de53bdd08072b5a0b9188.tar.gz
nixpkgs-e47b8f693c6e2392992de53bdd08072b5a0b9188.tar.bz2
nixpkgs-e47b8f693c6e2392992de53bdd08072b5a0b9188.tar.lz
nixpkgs-e47b8f693c6e2392992de53bdd08072b5a0b9188.tar.xz
nixpkgs-e47b8f693c6e2392992de53bdd08072b5a0b9188.tar.zst
nixpkgs-e47b8f693c6e2392992de53bdd08072b5a0b9188.zip
pandoc: update the note why `dontCheck`
M  pkgs/development/haskell-modules/configuration-common.nix
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2d257f318e0..d15c37a65fb 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1145,7 +1145,9 @@ self: super: {
     '';
   });
 
-  # test suite failure: https://github.com/jgm/pandoc/issues/5582
+  # 2020-06-05: HACK: In Nixpkgs currently this is
+  # old pandoc version 2.7.4 to current 2.9.2.1,
+  # test suite failures: https://github.com/jgm/pandoc/issues/5582
   pandoc = dontCheck super.pandoc;
 
   # Fix build with attr-2.4.48 (see #53716)