mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: leo: Switch to pyproject.
* gnu/packages/web-browsers.scm (leo): [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Disable them. [native-inputs]: Add python-setuptools. Change-Id: I04ad66f944fed21b832d85ea9b443293a337d942 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
9cd4bdd30a
commit
22045e667d
1 changed files with 3 additions and 1 deletions
|
@ -1095,7 +1095,9 @@ with a terminal interface, for Gemini also a GUI is available.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0jp4v4jw82qqynqqs7x35g5yvm1sd48cvbqh7j2r1ixw1z6ldhc4"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:tests? #f)) ; No tests.
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "https://github.com/xyzshantaram/leo")
|
||||
(synopsis "Gemini client written in Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue