me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python.scm (python-xdo)[propagated-inputs]: New field.
master
宋文武 2017-01-28 12:02:34 +08:00
parent bd05ea41b6
commit 0b5e08637e
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 0 deletions

View File

@ -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)))