guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: libgsf: Remove unused input.


From: guix-commits
Subject: 09/11: gnu: libgsf: Remove unused input.
Date: Wed, 18 Mar 2020 14:24:21 -0400 (EDT)

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

commit 4ffa9f6b7542841f6e9ab546793dd57e2a144ee4
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Mar 17 11:24:03 2020 +0100

    gnu: libgsf: Remove unused input.
    
    * gnu/packages/gnome.scm (libgsf)[inputs]: Remove PYTHON.
---
 gnu/packages/gnome.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ff3aa00..cd82462 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2075,8 +2075,7 @@ XML/CSS rendering engine.")
        ("perl" ,perl)
        ("perl-xml-parser" ,perl-xml-parser)))
     (inputs
-     `(("python" ,python)
-       ("zlib" ,zlib)
+     `(("zlib" ,zlib)
        ("bzip2" ,bzip2)))
     (propagated-inputs
      `(("gdk-pixbuf" ,gdk-pixbuf)



reply via email to

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