~ruther/guix-local

0b5e08637e047d9564053701d40a463933046ee8 — 宋文武 9 years ago bd05ea4
gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.

* gnu/packages/python.scm (python-xdo)[propagated-inputs]: New field.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -0
@@ 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)))