gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.
* gnu/packages/python.scm (python-xdo)[propagated-inputs]: New field.
This commit is contained in:
parent
bd05ea41b6
commit
0b5e08637e
|
@ -8856,6 +8856,8 @@ normally the case.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests provided
|
`(#:tests? #f)) ; no tests provided
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-six" ,python-six)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("xdotool" ,xdotool)
|
`(("xdotool" ,xdotool)
|
||||||
("libX11" ,libx11)))
|
("libX11" ,libx11)))
|
||||||
|
|
Loading…
Reference in New Issue