guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: librsvg: Remove unused inputs.


From: guix-commits
Subject: 14/15: gnu: librsvg: Remove unused inputs.
Date: Sun, 13 Feb 2022 09:18:13 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit d94de62f1c692674558ee6907c45a0682abbea75
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Feb 5 12:38:48 2022 +0100

    gnu: librsvg: Remove unused inputs.
    
    * gnu/packages/gnome.scm (librsvg)[native-inputs]: Remove PYTHON-WRAPPER and
    RUBY.
    [inputs]: Remove BZIP2, FONTCONFIG, LIBCROCO, and LIBGSF.
    (librsvg-2.40)[inputs]: Remove BZIP2 and LIBGSF.
---
 gnu/packages/gnome.scm | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bb5b037736..e653e6e0c1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3508,18 +3508,9 @@ for dealing with different structured file formats.")
            `(,glib "bin")
            gobject-introspection
            pkg-config
-           python-wrapper
-           ruby
            vala))
     (inputs
-     (list bzip2
-           fontconfig
-           freetype
-           harfbuzz
-           libcroco
-           libgsf
-           libxml2
-           pango))
+     (list freetype harfbuzz libxml2 pango))
     (propagated-inputs
      (list cairo gdk-pixbuf glib))
     (synopsis "SVG rendering library")
@@ -3610,7 +3601,7 @@ diagrams.")
            `(,glib "bin") ; glib-mkenums, etc.
            gobject-introspection)) ; g-ir-compiler, etc.
     (inputs
-     (list pango libcroco bzip2 libgsf libxml2))
+     (list pango libcroco libxml2))
     (propagated-inputs
      ;; librsvg-2.0.pc refers to all of that.
      (list cairo gdk-pixbuf glib))



reply via email to

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