~ruther/guix-local

2d5cce98f045205aa761be21fb7d19393ba3a043 — Efraim Flashner 1 year, 5 months ago bd4f615
gnu: rust-jiter-0.7: Switch to python-minimal-wrapper.

* gnu/packages/crates-io.scm (rust-jiter-0.7)[inputs]: Remove
python-wrapper.
[native-inputs]: Add python-minimal-wrapper.

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

M gnu/packages/crates-io.scm
M gnu/packages/crates-io.scm => gnu/packages/crates-io.scm +1 -1
@@ 36551,7 36551,7 @@ heavily inspired by the Temporal project.")
        ("rust-pyo3" ,rust-pyo3-0.22)
        ("rust-serde" ,rust-serde-1)
        ("rust-serde-json" ,rust-serde-json-1))))
    (inputs (list python-wrapper))
    (native-inputs (list python-minimal-wrapper))   ; For the tests.
    (home-page "https://github.com/pydantic/jiter/")
    (synopsis "Fast Iterable JSON parser")
    (description "This package provides an iterable JSON parser.")