diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2017-01-28 12:02:34 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2017-01-28 12:02:34 +0800 |
commit | 0b5e08637e047d9564053701d40a463933046ee8 (patch) | |
tree | 12c38c472cb645bdbceba35152ef3218f6d05140 /gnu/packages/python.scm | |
parent | bd05ea41b6fc6661bb9b037a1b968a471c90f914 (diff) | |
download | guix-0b5e08637e047d9564053701d40a463933046ee8.tar guix-0b5e08637e047d9564053701d40a463933046ee8.tar.gz |
gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.
* gnu/packages/python.scm (python-xdo)[propagated-inputs]: New field.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0bd9e2119a..df211fb99f 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))) |