haskellPackages.pandoc-emphasize-code: Disable tests, allow text == 2.0.*

This commit is contained in:
Berk Ozkutuk 2023-07-08 23:14:56 +02:00
parent 7b60b7ebf7
commit e6088690a1
3 changed files with 4 additions and 3 deletions

View file

@ -1786,6 +1786,10 @@ self: super: {
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)
pandoc-include-code = doJailbreak super.pandoc-include-code;
# 2023-07-08: Restrictive upper bounds on text: https://github.com/owickstrom/pandoc-emphasize-code/pull/14
# 2023-07-08: Missing test dependency: https://github.com/owickstrom/pandoc-emphasize-code/pull/13
pandoc-emphasize-code = dontCheck (doJailbreak super.pandoc-emphasize-code);
# DerivingVia is not allowed in safe Haskell
# https://github.com/strake/util.hs/issues/1
util = appendConfigureFlags [

View file

@ -3853,7 +3853,6 @@ broken-packages:
- pagure-hook-receiver
- PandocAgda
- pandoc-citeproc
- pandoc-emphasize-code
- pandoc-filter-graphviz
- pandoc-filter-indent
- pandoc-include

View file

@ -216340,9 +216340,7 @@ self: {
testToolDepends = [ tasty-discover ];
description = "A Pandoc filter for emphasizing code in fenced blocks";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "pandoc-emphasize-code";
broken = true;
}) {};
"pandoc-filter-graphviz" = callPackage