haskellPackages.pandoc-crossref: fix build

This commit is contained in:
rnhmjoj 2020-03-30 22:20:20 +02:00 committed by Peter Simons
parent 1640e66e48
commit 23210babd0
2 changed files with 8 additions and 3 deletions

View File

@ -360,7 +360,6 @@ 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;
@ -1200,6 +1199,14 @@ self: super: {
'';
});
# Remove unecessary constraint:
# https://github.com/haskell-infra/hackage-trustees/issues/258
data-accessor-template = overrideCabal super.data-accessor-template (drv: {
postPatch = ''
sed -i 's#template-haskell >=2.11 && <2.15#template-haskell#' data-accessor-template.cabal
'';
});
# test suite failure: https://github.com/jgm/pandoc/issues/5582
pandoc = dontCheck super.pandoc;

View File

@ -3994,7 +3994,6 @@ broken-packages:
- dash-haskell
- data-accessor-monads-fd
- data-accessor-monads-tf
- data-accessor-template
- data-aviary
- data-base
- data-basic
@ -8042,7 +8041,6 @@ broken-packages:
- pam
- pan-os-syslog
- panda
- pandoc-crossref
- pandoc-emphasize-code
- pandoc-filter-graphviz
- pandoc-include