guix-commits
[Top][All Lists]
Advanced

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

399/470: gnu: gdk-pixbuf: Remove extra inputs.


From: guix-commits
Subject: 399/470: gnu: gdk-pixbuf: Remove extra inputs.
Date: Thu, 16 Mar 2023 03:02:24 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit f69cfd47d088571934c85896ec00b6aa1e7c2d62
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 26 01:13:05 2023 +0200

    gnu: gdk-pixbuf: Remove extra inputs.
    
    * gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Remove unneeded
    'patch-docbook phase.
    [native-inputs]: Remove docbook-xml-4.3, docbook-xsl, libxslt.
---
 gnu/packages/gtk.scm | 22 ++--------------------
 1 file changed, 2 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ddf1349218..edb543aae0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -782,21 +782,6 @@ highlighting and other features typical of a source code 
editor.")
                            "-Dbuiltin_loaders=all")
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'patch-docbook
-           (lambda* (#:key native-inputs inputs #:allow-other-keys)
-             (with-directory-excursion "docs"
-               (substitute* "meson.build"
-                 (("http://docbook.sourceforge.net/release/xsl/current/";)
-                  (string-append (assoc-ref ,(if (%current-target-system)
-                                                 '(or native-inputs inputs)
-                                                 'inputs) "docbook-xsl")
-                                 "/xml/xsl/docbook-xsl-1.79.2/")))
-               (substitute* (find-files "." "\\.xml$")
-                 (("http://www.oasis-open.org/docbook/xml/4\\.3/";)
-                  (string-append (assoc-ref ,(if (%current-target-system)
-                                                 '(or native-inputs inputs)
-                                                 'inputs) "docbook-xml")
-                                 "/xml/dtd/docbook/"))))))
          (add-before 'configure 'disable-failing-tests
            (lambda _
              (substitute* "tests/meson.build"
@@ -823,15 +808,12 @@ highlighting and other features typical of a source code 
editor.")
              `(("bash-minimal" ,bash-minimal)) ; for glib-or-gtk-wrap
              '())))
     (native-inputs
-     `(("docbook-xml" ,docbook-xml-4.3)
-       ("docbook-xsl" ,docbook-xsl)
-       ("gettext" ,gettext-minimal)
+     `(("gettext" ,gettext-minimal)
        ("glib" ,glib "bin")                             ; glib-mkenums, etc.
        ("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
-       ("python-docutils" ,python-docutils)
-       ("xsltproc" ,libxslt)))
+       ("python-docutils" ,python-docutils)))
     (native-search-paths
      ;; This file is produced by the gdk-pixbuf-loaders-cache-file
      ;; profile hook.



reply via email to

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