guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

193/299: gnu: rust-jiter-0.2: Add missing input.


From: guix-commits
Subject: 193/299: gnu: rust-jiter-0.2: Add missing input.
Date: Mon, 13 Jan 2025 07:30:50 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit b092de9ec507e2ac20680c786542998e3be0cca2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 9 10:27:26 2025 +0100

    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
---
 gnu/packages/crates-io.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0f859e4aee..d07948ea37 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36394,6 +36394,7 @@ heavily inspired by the Temporal project.")
         ("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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]