diff options
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") |
