diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-01-21 08:29:32 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-21 08:50:27 +0200 |
commit | b5d8cecdfe680021d6fbf5ad2547d6f8cd5ac6ff (patch) | |
tree | 15903a1f21c785ae5b1134987ff64caa526f43c3 /gnu/packages/crates-io.scm | |
parent | 4baaa124fc7b9f365250e1b7ed38f12547c1ff5c (diff) |
gnu: rust-jiter-0.2: Inherit from rust-jiter-0.5.
* gnu/packages/crates-io.scm (rust-jiter-0.2): Inherit from
rust-jiter-0.5.
Change-Id: I429742b2e1af82397cec801d6fec5a5357c03a7d
Diffstat (limited to 'gnu/packages/crates-io.scm')
-rw-r--r-- | gnu/packages/crates-io.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 02656ff44a..1906b42808 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -36593,6 +36593,7 @@ heavily inspired by the Temporal project.") (define-public rust-jiter-0.2 (package + (inherit rust-jiter-0.5) (name "rust-jiter") (version "0.2.1") (source @@ -36602,7 +36603,6 @@ heavily inspired by the Temporal project.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "163b67vsgn6xlnzypjk40r9wf27hc4ax9hfpwwd0ry6w1a37f4cf")))) - (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-ahash" ,rust-ahash-0.8) @@ -36618,12 +36618,7 @@ heavily inspired by the Temporal project.") ("rust-paste" ,rust-paste-1) ("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.") - (license license:expat))) + ("rust-serde-json" ,rust-serde-json-1)))))) (define-public rust-jiter-0.0.6 (package |