diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-03-03 22:36:29 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-08-21 19:08:25 +0800 |
| commit | 6ab6def9c79095bb8e0cc3b098cdcfb8f9f4fa62 (patch) | |
| tree | e83f59f16541ce7986f4a738d7ac84135af8686c /gnu/packages/python-xyz.scm | |
| parent | ad275db59421c1839a7dad968c4e526d858c6a37 (diff) | |
gnu: python-rpds-py: Remove #:cargo-inputs.
* gnu/packages/python-xyz.scm (python-rpds-py)[inputs]: Use ‘cargo-inputs’.
[arguments]: Remove #:cargo-inputs.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[python-rpds-py]: New
entry.
Change-Id: Ie1d6b799c7802db33bc0f4be5575154bda3fe9d8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 09ee9389736..9e2128278bb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -39715,13 +39715,9 @@ etc. to check code that uses @code{orjson}.") (assoc-ref py:%standard-phases 'build)) (add-after 'build-python-module 'install-python-module (assoc-ref py:%standard-phases 'install))) - #:cargo-inputs - `(("rust-archery" ,rust-archery-1) - ("rust-pyo3" ,rust-pyo3-0.19) - ("rust-rpds" ,rust-rpds-1)) #:install-source? #false)) (inputs - (list maturin)) + (cons maturin (cargo-inputs 'python-rpds-py))) (native-inputs (list python-wrapper)) (home-page "https://github.com/crate-py/rpds") |
