mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: rust-jiter-0.2: Add missing input.
* gnu/packages/crates-io.scm (rust-jiter-0.2)[native-inputs]: Add python-minimal-wrapper. Change-Id: Ieab1e0a1e3329528fc21a160669e7ea8376c0e5f
This commit is contained in:
parent
5a89243348
commit
8fba804af0
1 changed files with 1 additions and 0 deletions
|
@ -36467,6 +36467,7 @@ (define-public rust-jiter-0.2
|
|||
("rust-pyo3" ,rust-pyo3-0.21)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(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.")
|
||||
|
|
Loading…
Reference in a new issue