mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a707ebe5d3
commit
86a49fc9a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue