me
/
guix
Archived
1
0
Fork 0

gnu: libical: Remove patch-docbook-xml phase.

* gnu/packages/calendar.scm (libical) [arguments]: Remove
patch-docbook-xml phase.
master
Maxim Cournoyer 2023-04-20 14:58:10 -04:00
parent 911aa1a5ad
commit a39bc5d1e4
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 6 deletions

View File

@ -141,12 +141,6 @@ the <tz.h> library for handling time zones and leap seconds.")
"-DICAL_GLIB_VAPI=true")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-docbook-reference
(lambda _
(substitute* "doc/reference/libical-glib/libical-glib-docs.sgml.in"
(("http://www.oasis-open.org/docbook/xml/4.3/")
(string-append #$(this-package-native-input "docbook-xml")
"/xml/dtd/docbook/")))))
(add-before 'configure 'patch-paths
(lambda* (#:key inputs #:allow-other-keys)
(define zoneinfo (search-input-directory inputs "share/zoneinfo"))