summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-12-18 11:46:30 +0100
committerPeter Simons <simons@cryp.to>2020-12-18 20:27:53 +0100
commit3f71dc8e3426fe77ce1886ec6ba75f5371c3b154 (patch)
tree361a5a6882dcf3b9b06498ae7f95eed322699d9f
parentb04e3e913fb59bc2158061eda13d92ec81793133 (diff)
pandoc: drop obsolete patches
Version 2.11.3 contains these changes already.
-rw-r--r--pkgs/development/tools/pandoc/default.nix24
1 files changed, 0 insertions, 24 deletions
diff --git a/pkgs/development/tools/pandoc/default.nix b/pkgs/development/tools/pandoc/default.nix
index dbee7631fe00..4f65d5fa5db3 100644
--- a/pkgs/development/tools/pandoc/default.nix
+++ b/pkgs/development/tools/pandoc/default.nix
@@ -8,30 +8,6 @@ in
configureFlags = drv.configureFlags or [] ++ ["-fembed_data_files"];
buildDepends = drv.buildDepends or [] ++ [haskellPackages.file-embed];
buildTools = (drv.buildTools or []) ++ [ removeReferencesTo ];
- patches = (drv.patches or []) ++ [
- # Add xmlns to top-level tags in Docbook, required for nixpkgs manual.
- # https://github.com/jgm/pandoc/pull/6923
- (fetchpatch {
- url = "https://github.com/jgm/pandoc/commit/6f35600204132c5a0907bb7cccb2e10ffb27506a.patch";
- sha256 = "gRUqc4YG4lZdCZn21fPmlcrFyZ3/VlDx71lU8GMuGSs=";
- })
- # Generate admonitions in DocBook, required for nixpkgs manual.
- # https://github.com/jgm/pandoc/pull/6922
- (fetchpatch {
- url = "https://github.com/jgm/pandoc/commit/dc6856530c2cb6ca58ed82721ab895b86cfe0c1c.patch";
- sha256 = "EdsUDlHzsfRscXBR4EP2Z5ZEz+NfrmFHnV7c1hJczio=";
- })
- # Use correct id attributes in DocBook, required for nixpkgs manual.
- (fetchpatch {
- url = "https://github.com/jgm/pandoc/commit/16ef87745702f69d5aa948fbe6d2101577dee8f4.patch";
- sha256 = "WyWTqrO6hGsMgJ7o7QL1BNvhkm0yIO1XJOcfPBDy6ag=";
- })
- # Allow using admonition titles from Markdown in DocBook.
- (fetchpatch {
- url = "https://github.com/jgm/pandoc/commit/70c7c5703afcbd1cbf2a80c2be515e038abcd419.patch";
- sha256 = "2kHQ1qy/UdDi/chwCBvMjAPA/XFH42vWFCjR46Jgt6M=";
- })
- ];
})).overrideAttrs (drv: {
# These libraries are still referenced, because they generate