mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05: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 @@ (define-public rust-serde-derive-1
|
|||
(base32 "0dym0l8a0pch0mkqnhrf89n4wngzwf0d1z88hb8dhs456acic87d"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde" ,rust-serde-1))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://serde.rs")
|
||||
(synopsis
|
||||
"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]")
|
||||
|
|
Loading…
Reference in a new issue