guix-commits
[Top][All Lists]
Advanced

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

28/44: gnu: network-manager: Remove patch-docbook-xml phase.


From: guix-commits
Subject: 28/44: gnu: network-manager: Remove patch-docbook-xml phase.
Date: Fri, 21 Apr 2023 00:48:25 -0400 (EDT)

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

commit fa836220b7b856cc8e658217a8d04b059af1e7e3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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

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