~ruther/guix-local

86a49fc9a3348aea798d20c2e4aadf372e0b5444 — Janneke Nieuwenhuizen 1 year, 4 months ago a707ebe
gnu: python-slicerator: Fix build.

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

Change-Id: Ic029d6df3f07e6f3e5f99cfa03fe1c39a914c796
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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