mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
ad275db594
commit
6ab6def9c7
2 changed files with 78 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue