mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-vncdotool-bootstrap.
* gnu/packages/python-xyz.scm (python-vncdotool-bootstrap): New variable. Change-Id: Iba9831c61b89cdeff01062c46ebfa3df3c8699d1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
8a7c366627
commit
5b0ae597de
1 changed files with 7 additions and 0 deletions
|
@ -21556,6 +21556,13 @@ useful to automating interactions with virtual machines or hardware devices
|
|||
that are otherwise difficult to control.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-vncdotool-bootstrap
|
||||
(hidden-package
|
||||
(package/inherit python-vncdotool
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs (list python-pexpect python-pytest python-setuptools
|
||||
python-wheel)))))
|
||||
|
||||
(define-public python-vobject
|
||||
(package
|
||||
(name "python-vobject")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue