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:
Nicolas Graves 2025-09-28 18:15:40 +02:00 committed by Sharlatan Hellseher
parent 9cd4bdd30a
commit 22045e667d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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