diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 13:24:14 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:36 +0100 |
commit | aa0e4413b70819beea554b8071694b296642d842 (patch) | |
tree | df36b7d3a1af7d35de9b9f789458a918204339be /gnu/packages | |
parent | 24464edd31256ac81d02b2d9f0a00a72aee8d8d8 (diff) | |
download | patches-aa0e4413b70819beea554b8071694b296642d842.tar patches-aa0e4413b70819beea554b8071694b296642d842.tar.gz |
gnu: python-kivy: Remove unused input.
* gnu/packages/python-xyz.scm (python-kivy)[native-inputs]: Remove GIT.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
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) |