me
/
guix
Archived
1
0
Fork 0

gnu: gupnp-igd: Remove patch-docbook-xml phase.

* gnu/packages/gnome.scm (gupnp-igd) [arguments]: Remove patch-docbook-xml
phase.
[native-inputs]: Add libxml2.
master
Maxim Cournoyer 2023-04-20 15:46:42 -04:00
parent 71b596a928
commit 2444b51706
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 8 deletions

View File

@ -260,14 +260,6 @@
#:configure-flags #~(list "-Dgtk_doc=true")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-docbook-xml
(lambda* (#:key inputs #:allow-other-keys)
(with-directory-excursion "doc"
(substitute* "gupnp-igd-docs.xml"
(("http://www.oasis-open.org/docbook/xml/4.1.2/")
(string-append #$(this-package-native-input
"docbook-xml")
"/xml/dtd/docbook/"))))))
(add-before 'check 'set-home
(lambda _
;; A test using GIO expects ~/.config/glib-2.0/settings to be
@ -286,6 +278,7 @@
gobject-introspection
gsettings-desktop-schemas
gtk-doc/stable
libxml2 ;for XML_CATALOG_FILES
pkg-config))
(propagated-inputs
;; These libraries are required by the .pc file.