mbakke pushed a commit to branch master
in repository guix.
commit aa0e4413b70819beea554b8071694b296642d842
Author: Marius Bakke <[email protected]>
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)