mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages.pandoc: drop patches
These are already applied after the update.
This commit is contained in:
parent
8e147a7423
commit
379b9966b6
1 changed files with 0 additions and 14 deletions
|
|
@ -872,20 +872,6 @@ with haskellLib;
|
|||
|
||||
pandoc = overrideCabal (drv: {
|
||||
patches = drv.patches or [ ] ++ [
|
||||
# Adjust test fixtures for djot >= 0.1.2.3, patch extracted from unrelated change.
|
||||
(pkgs.fetchpatch {
|
||||
name = "pandoc-djot-0.1.2.3.patch";
|
||||
url = "https://github.com/jgm/pandoc/commit/643712ca70b924c0edcc059699aa1ee42234be34.patch";
|
||||
hash = "sha256-khDkb1PzC0fTaWTq3T04UvgoI+XefOJMaTV1d3Du8BU=";
|
||||
includes = [ "test/djot-reader.native" ];
|
||||
})
|
||||
# Adjust tests for skylighting-format-blaze-html >= 0.1.2
|
||||
(pkgs.fetchpatch {
|
||||
name = "pandoc-skylighting-format-blaze-html-0.1.2.patch";
|
||||
url = "https://github.com/jgm/pandoc/commit/cab682ba58f2eb7e940d1af508e196ff6b1c1112.patch";
|
||||
hash = "sha256-lpddKGa8xs+Lhi62HhBgV04fUq2kkippA1xX2/b2ukM=";
|
||||
includes = [ "test/Tests/Writers/HTML.hs" ];
|
||||
})
|
||||
# Resolve test suite race condition(s) due to tasty >= 1.5.4 and
|
||||
# inDirectory, https://github.com/jgm/pandoc/issues/11566 krank:ignore-line
|
||||
(pkgs.fetchpatch {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue