gnu: python-slicerator: Fix build.

* gnu/packages/python-xyz.scm (python-slicerator)[build-system]: Use
python-build-system.

Change-Id: Ic029d6df3f07e6f3e5f99cfa03fe1c39a914c796
This commit is contained in:
Janneke Nieuwenhuizen 2025-01-03 10:53:12 +01:00
parent a707ebe5d3
commit 86a49fc9a3
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -2215,7 +2215,7 @@ library.")
(uri (pypi-uri "slicerator" version))
(sha256
(base32 "0ik0bmh18zgffd9kx53254jp3yyih6zcmd8kfb080xnqbizhl0a4"))))
(build-system pyproject-build-system)
(build-system python-build-system)
(home-page "https://github.com/soft-matter/slicerator")
(synopsis "Lazy-loading, fancy-sliceable iterable")
(description