guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-kivy: Add "git" native-input.


From: Danny Milosavljevic
Subject: 01/01: gnu: python-kivy: Add "git" native-input.
Date: Mon, 22 Jan 2018 04:22:46 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 3b6502e25d421ddc6dec3ed828ef23f311e279a6
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Jan 21 10:54:29 2018 +0100

    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 3c40f00..8ded440 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]