summaryrefslogtreecommitdiff
path: root/gnu/packages/documentation.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-01-16 12:32:22 +0100
committerLudovic Courtès <ludo@gnu.org>2025-01-16 12:51:49 +0100
commite7336ba225ddc9e7374d196029f10b541a60855f (patch)
treed7f010ae92fedb7a8150a2fc5df64568a2e107fb /gnu/packages/documentation.scm
parent7c79be186bfde98848d95bdd0ceeba87ccb1cf32 (diff)
gnu: doxygen: Remove now unnecessary Hurd patch.
* gnu/packages/documentation.scm (doxygen)[arguments]: Remove ‘apply-patch’ phase. * gnu/packages/patches/doxygen-hurd.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. Reported-by: yelninei Change-Id: Ifa5eca19e0504b9c5df1f7a57c4d5c355049a41f
Diffstat (limited to 'gnu/packages/documentation.scm')
-rw-r--r--gnu/packages/documentation.scm10
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index f0e37561f74..ce1640e93b6 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -228,15 +228,7 @@ markup) can be customized and extended by the user.")
228 (let ((/bin/sh (search-input-file inputs "/bin/sh"))) 228 (let ((/bin/sh (search-input-file inputs "/bin/sh")))
229 (substitute* "src/portable.cpp" 229 (substitute* "src/portable.cpp"
230 (("/bin/sh") 230 (("/bin/sh")
231 /bin/sh))))) 231 /bin/sh))))))))
232 #$@(if (target-hurd?)
233 #~((add-after 'unpack 'apply-patch
234 (lambda _
235 (let ((patch-file
236 #$(local-file
237 (search-patch "doxygen-hurd.patch"))))
238 (invoke "patch" "--force" "-p1" "-i" patch-file)))))
239 #~()))))
240 (synopsis "Generate documentation from annotated sources") 232 (synopsis "Generate documentation from annotated sources")
241 (description "Doxygen is the de facto standard tool for generating 233 (description "Doxygen is the de facto standard tool for generating
242documentation from annotated C++ sources, but it also supports other popular 234documentation from annotated C++ sources, but it also supports other popular