guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: glade: Don't patch docbook files.


From: guix-commits
Subject: 08/16: gnu: glade: Don't patch docbook files.
Date: Thu, 1 Sep 2022 16:24:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ced93c14d17289137188b1ca1cc828085441bfaf
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 1 19:46:06 2022 +0200

    gnu: glade: Don't patch docbook files.
    
    * gnu/packages/gnome.scm (glade3)[arguments]: Remove phase fix-docbook.
    [native-inputs]: Add LIBXML2.
---
 gnu/packages/gnome.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a36431f72b..64363fe842 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3150,16 +3150,6 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
                        (("g_test_add.*JavaScript.*" all)
                         (string-append "// " all "\n")))
                      (delete-file "tests/catalogs/gjsplugin.xml")))))
-
-         (add-before 'configure 'fix-docbook
-           (lambda* (#:key inputs #:allow-other-keys)
-             (substitute* "man/meson.build"
-               (("http://docbook.sourceforge.net/release/xsl/\
-current/manpages/docbook.xsl")
-                (string-append (assoc-ref inputs "docbook-xsl")
-                               "/xml/xsl/docbook-xsl-"
-                               ,(package-version docbook-xsl)
-                               "/manpages/docbook.xsl")))))
          (add-before 'check 'pre-check
            (lambda _
              (setenv "HOME" "/tmp")
@@ -3182,6 +3172,7 @@ current/manpages/docbook.xsl")
            gobject-introspection
            hicolor-icon-theme
            itstool
+           libxml2                      ;for XML_CATALOG_FILES
            libxslt                      ;for xsltproc
            python
            python-pygobject



reply via email to

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