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:
Marius Bakke 2022-12-04 00:11:26 +01:00 committed by Maxim Cournoyer
parent 779cea2345
commit adbffb00eb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)]")