diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-01-03 10:53:12 +0100 |
---|---|---|
committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-01-03 10:54:12 +0100 |
commit | 86a49fc9a3348aea798d20c2e4aadf372e0b5444 (patch) | |
tree | 62ab6bf9fb4bd82aeb54b3c396541c2561a00967 | |
parent | a707ebe5d3875a49523bc17de2d36af6f1c18f7e (diff) |
gnu: python-slicerator: Fix build.
* gnu/packages/python-xyz.scm (python-slicerator)[build-system]: Use
python-build-system.
Change-Id: Ic029d6df3f07e6f3e5f99cfa03fe1c39a914c796
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 49a7035e99..2d6eff0892 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |