summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-16 13:24:14 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-16 15:45:36 +0100
commitaa0e4413b70819beea554b8071694b296642d842 (patch)
treedf36b7d3a1af7d35de9b9f789458a918204339be
parent24464edd31256ac81d02b2d9f0a00a72aee8d8d8 (diff)
downloadpatches-aa0e4413b70819beea554b8071694b296642d842.tar
patches-aa0e4413b70819beea554b8071694b296642d842.tar.gz
gnu: python-kivy: Remove unused input.
* gnu/packages/python-xyz.scm (python-kivy)[native-inputs]: Remove GIT.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2aea2be56e..f467e28064 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)