mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
haskellPackages.pandoc-crossref: fix build
This commit is contained in:
parent
1640e66e48
commit
23210babd0
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user