3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-kivy: Remove unused input.

* gnu/packages/python-xyz.scm (python-kivy)[native-inputs]: Remove GIT.
This commit is contained in:
Marius Bakke 2020-03-16 13:24:14 +01:00
parent 24464edd31
commit aa0e4413b7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)