guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/44: gnu: gupnp-igd: Remove patch-docbook-xml phase.


From: guix-commits
Subject: 17/44: gnu: gupnp-igd: Remove patch-docbook-xml phase.
Date: Fri, 21 Apr 2023 00:48:24 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 2444b5170644d8a46f160711b5a13cfbb572a922
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 20 15:46:42 2023 -0400

    gnu: gupnp-igd: Remove patch-docbook-xml phase.
    
    * gnu/packages/gnome.scm (gupnp-igd) [arguments]: Remove patch-docbook-xml
    phase.
    [native-inputs]: Add libxml2.
---
 gnu/packages/gnome.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dd44fcff75..5cac5cf7e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]