guix-commits
[Top][All Lists]
Advanced

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

24/44: gnu: system-config-printer: Remove patch-docbook-xml phase.


From: guix-commits
Subject: 24/44: gnu: system-config-printer: 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 87e7c6dcf516bd0e06c58dc787658891dba0ee5a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 20 15:59:21 2023 -0400

    gnu: system-config-printer: Remove patch-docbook-xml phase.
    
    * gnu/packages/gnome.scm (system-config-printer) [arguments]: Remove
    patch-docbook-xml phase.
---
 gnu/packages/gnome.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3eb7cb62a3..e52a543db6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2962,13 +2962,6 @@ database is translated at Transifex.")
               (substitute* "Makefile.am"
                 (("/bin/bash") (which "bash")))
               (delete-file "configure")))
-          (add-after 'unpack 'patch-docbook-xml
-            (lambda* (#:key inputs #:allow-other-keys)
-              ;; Modify the man XML otherwise xmlto tries to access the network
-              (substitute* "man/system-config-printer.xml"
-                (("http://www.oasis-open.org/docbook/xml/4.1.2/";)
-                 (string-append (assoc-ref inputs "docbook-xml")
-                                "/xml/dtd/docbook/")))))
           (add-after 'install 'add-install-to-pythonpath
             (@@ (guix build python-build-system) add-install-to-pythonpath))
           (add-after 'add-install-to-pythonpath 'wrap-for-python



reply via email to

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