mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
remove pandoc-placetable from broken packages section
This commit is contained in:
parent
54564b0233
commit
ccd9bbf807
2 changed files with 3 additions and 2 deletions
|
@ -511,7 +511,9 @@ self: super: {
|
|||
else dontCheck super.tasty-discover);
|
||||
|
||||
# generic-deriving bound is too tight
|
||||
aeson = doJailbreak super.aeson;
|
||||
# aeson 1.4.6.0 needs Diff 0.4.0 to do tests but nixpkgs is still at 0.3.4
|
||||
# https://github.com/bos/aeson/issues/740
|
||||
aeson = dontCheck (doJailbreak super.aeson);
|
||||
|
||||
# containers >=0.4 && <0.6 is too tight
|
||||
# https://github.com/RaphaelJ/friday/issues/34
|
||||
|
|
|
@ -7715,7 +7715,6 @@ broken-packages:
|
|||
- pandoc-japanese-filters
|
||||
- pandoc-lens
|
||||
- pandoc-markdown-ghci-filter
|
||||
- pandoc-placetable
|
||||
- pandoc-plantuml-diagrams
|
||||
- pandoc-pyplot
|
||||
- pandoc-unlit
|
||||
|
|
Loading…
Reference in a new issue