guix-commits
[Top][All Lists]
Advanced

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

12/44: gnu: accountsservice: Remove patch-docbook-xml phase.


From: guix-commits
Subject: 12/44: gnu: accountsservice: Remove patch-docbook-xml phase.
Date: Fri, 21 Apr 2023 00:48:23 -0400 (EDT)

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

commit 81913e582cce9fb8272ec5d42a1141e8729e4d63
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 20 15:36:04 2023 -0400

    gnu: accountsservice: Remove patch-docbook-xml phase.
    
    * gnu/packages/freedesktop.scm (accountsservice) [arguments]: Remove
    patch-docbook-xml phase.
---
 gnu/packages/freedesktop.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 54f7732151..d301ec4af0 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1624,15 +1624,6 @@ message bus.")
          "-Dsystemdsystemunitdir=/tmp/empty")
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'patch-docbook-references
-           ;; Having XML_CATALOG_FILES set is not enough; xmlto does not seem
-           ;; to honor it.
-           (lambda* (#:key inputs #:allow-other-keys)
-             (substitute* (find-files "." "\\.xml(\\.in)?$")
-               
(("http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd";)
-                (search-input-file inputs "share/xml/dbus-1/introspect.dtd"))
-               (("http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";)
-                (search-input-file inputs "xml/dtd/docbook/docbookx.dtd")))))
          (add-after 'unpack 'patch-paths
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "meson_post_install.py"



reply via email to

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