gnu: seahorse-adventures: Switch to pyproject.

* gnu/packages/games.scm (seahorse-adventures):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves 2025-11-22 22:12:04 +01:00 committed by Ludovic Courtès
parent 4abbc36ea7
commit d3fe071da5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3190,7 +3190,7 @@ can be explored and changed freely.")
(snippet
#~(begin
(for-each delete-file (find-files "data/fonts" "."))))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
(list
#:tests? #f ;no test
@ -3265,6 +3265,7 @@ can be explored and changed freely.")
(symlink vera (string-append data "/data/fonts/04B_20__.TTF"))
(substitute* (string-append data "/lib/main.py")
(("f_scale = 0.35") "f_scale = 0.47"))))))))
(native-inputs (list python-setuptools))
(inputs
(list font-bitstream-vera python-pygame))
(home-page "http://www.imitationpickles.org/barbie/")