pandoc: update the note why dontCheck

M  pkgs/development/haskell-modules/configuration-common.nix
This commit is contained in:
Anton-Latukha 2020-06-05 01:33:16 +03:00 committed by Peter Simons
parent 45e5b8e3fc
commit e47b8f693c

View file

@ -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)