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

commit fa836220b7b856cc8e658217a8d04b059af1e7e3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Apr 20 16:06:23 2023 -0400

    gnu: network-manager: Remove patch-docbook-xml phase.
    
    * gnu/packages/gnome.scm (network-manager) [arguments]: Remove
    patch-docbook-xml phase.
---
 gnu/packages/gnome.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 168c39d786..05e879e80a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8301,11 +8301,6 @@ users.")
                 ((".*test-lldp.*") "")
                 ((".*test-route-linux.*") "")
                 ((".*test-tc-linux.*") ""))))
-          (add-after 'unpack 'patch-docbook-xml
-            (lambda* (#:key inputs #:allow-other-keys)
-              (substitute* (find-files "." ".*\\.(xsl|xml)")
-                (("http://.*/docbookx\\.dtd";)
-                 (search-input-file inputs "xml/dtd/docbook/docbookx.dtd")))))
           (add-before 'check 'pre-check
             (lambda _
               ;; For the missing /etc/machine-id.

Reply via email to