mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: rust-serde-derive: Skip build.
* gnu/packages/crates-io.scm (rust-serde-derive-1)[arguments]: Add #:skip-build?, because it does not work; and to break a dependency cycle with RUST-SERDE-1, which is removed from #:cargo-development-inputs.
This commit is contained in:
parent
779cea2345
commit
adbffb00eb
1 changed files with 3 additions and 4 deletions
|
@ -51892,12 +51892,11 @@ TOML/JSON/MessagePack strings and serializable values.")
|
||||||
(base32 "0dym0l8a0pch0mkqnhrf89n4wngzwf0d1z88hb8dhs456acic87d"))))
|
(base32 "0dym0l8a0pch0mkqnhrf89n4wngzwf0d1z88hb8dhs456acic87d"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))
|
("rust-syn" ,rust-syn-1))))
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-serde" ,rust-serde-1))))
|
|
||||||
(home-page "https://serde.rs")
|
(home-page "https://serde.rs")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]")
|
"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]")
|
||||||
|
|
Loading…
Add table
Reference in a new issue