guix-commits
[Top][All Lists]
Advanced

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

11/44: gnu: farstream: Remove patch-docbook-xml phase.


From: guix-commits
Subject: 11/44: gnu: farstream: 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 6e64fde873d4d926b75a0e40a9406b9bf2920592
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 20 15:00:30 2023 -0400

    gnu: farstream: Remove patch-docbook-xml phase.
    
    * gnu/packages/freedesktop.scm (farstream) [arguments]: Remove
    patch-docbook-xml phase.
    [native-inputs]: Add libxml2.
---
 gnu/packages/freedesktop.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 29121ca711..54f7732151 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -263,15 +263,7 @@ application-centers for distributions.")
                 ;; This test timeouts despite changing the value of
                 ;; 'CK_DEFAULT_TIMEOUT' to 600 (see:
                 ;; 
https://gitlab.freedesktop.org/farstream/farstream/-/issues/20).
-                (("^\ttransmitter/nice.*") ""))))
-          (add-after 'unpack 'patch-docbook-xml
-            (lambda* (#:key native-inputs inputs #:allow-other-keys)
-              (with-directory-excursion "docs"
-                (substitute* '("libs/farstream-libs-docs.sgml"
-                               "plugins/farstream-plugins-docs.sgml")
-                  (("http://www.oasis-open.org/docbook/xml/4.1.2/";)
-                   (search-input-directory (or native-inputs inputs)
-                                           "xml/dtd/docbook/")))))))))
+                (("^\ttransmitter/nice.*") "")))))))
     (native-inputs
      (list autoconf
            automake
@@ -280,6 +272,7 @@ application-centers for distributions.")
            gobject-introspection
            gtk-doc/stable
            libtool
+           libxml2                      ;for XML_CATALOG_FILES
            libxslt
            perl
            pkg-config



reply via email to

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