mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: python-pystray: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-pystray): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Id0ad19e27f96776d343dfea00e0b0bfe0eb7e02e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
0b0e6e48c8
commit
507c413cba
1 changed files with 2 additions and 2 deletions
|
|
@ -31830,7 +31830,7 @@ Qt applications.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vj6c8s7rbc7xc4bi5brx5629ls1ri9prcw9290v85hagilmp609"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; The test suite requires user interaction, there are no automated
|
||||
|
|
@ -31842,7 +31842,7 @@ Qt applications.")
|
|||
;; Without setting this, pystray tries to connect to
|
||||
;; X11 on import.
|
||||
(setenv "PYSTRAY_BACKEND" "dummy"))))))
|
||||
(native-inputs (list python-sphinx))
|
||||
(native-inputs (list python-sphinx python-setuptools))
|
||||
(propagated-inputs (list python-pillow python-six python-xlib))
|
||||
(home-page "https://github.com/moses-palmer/pystray")
|
||||
(synopsis "Create a system tray icon")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue