guix-commits
[Top][All Lists]
Advanced

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

25/37: gnu: python-kivy: Remove unused input.


From: guix-commits
Subject: 25/37: gnu: python-kivy: Remove unused input.
Date: Mon, 16 Mar 2020 10:46:27 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit aa0e4413b70819beea554b8071694b296642d842
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 13:24:14 2020 +0100

    gnu: python-kivy: Remove unused input.
    
    * gnu/packages/python-xyz.scm (python-kivy)[native-inputs]: Remove GIT.
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2aea2be..f467e28 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11603,8 +11603,7 @@ and/or Xon/Xoff.  The port is accessed in RAW mode.")
                                     "/include/SDL2"))
              #t)))))
     (native-inputs
-     `(("git" ,git)
-       ("pkg-config" ,pkg-config)
+     `(("pkg-config" ,pkg-config)
        ("python-cython" ,python-cython)))
     (inputs
      `(("gstreamer" ,gstreamer)



reply via email to

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