From 3b6502e25d421ddc6dec3ed828ef23f311e279a6 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sun, 21 Jan 2018 10:54:29 +0100 Subject: [PATCH] gnu: python-kivy: Add "git" native-input. * gnu/packages/python.scm (python-kivy)[native-inputs]: Add git. --- gnu/packages/python.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3c40f00edd..8ded440815 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9253,7 +9253,8 @@ and/or Xon/Xoff. The port is accessed in RAW mode.") "/include/SDL2")) #t))))) (native-inputs - `(("pkg-config" ,pkg-config) + `(("git" ,git) + ("pkg-config" ,pkg-config) ("python-cython" ,python-cython))) (inputs `(("gstreamer" ,gstreamer)