guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.


From: ???
Subject: 01/03: gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.
Date: Sat, 28 Jan 2017 04:36:13 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit 0b5e08637e047d9564053701d40a463933046ee8
Author: 宋文武 <address@hidden>
Date:   Sat Jan 28 12:02:34 2017 +0800

    gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.
    
    * gnu/packages/python.scm (python-xdo)[propagated-inputs]: New field.
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0bd9e21..df211fb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8856,6 +8856,8 @@ normally the case.")
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))  ; no tests provided
+    (propagated-inputs
+     `(("python-six" ,python-six)))
     (inputs
      `(("xdotool" ,xdotool)
        ("libX11" ,libx11)))



reply via email to

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