mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: rust-serde-derive-1.0: Skip build.
* gnu/packages/crates-io.scm (rust-serde-derive-1.0)[arguments]: Skip build. Add rust-proc-macro2-1.0, rust-quote-1.0, rust-syn-1.0 to cargo-inputs. Add rust-serde-1.0 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
9e22567077
commit
6bc2b7a466
1 changed files with 8 additions and 1 deletions
|
@ -8797,12 +8797,19 @@ (define-public rust-serde-derive-1.0
|
|||
(base32
|
||||
"0bn0wz3j48248187mfmypyqnh73mq734snxxhr05vmgcl51kl4sb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1.0)
|
||||
("rust-quote" ,rust-quote-1.0)
|
||||
("rust-syn" ,rust-syn-1.0))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde" ,rust-serde-1.0))))
|
||||
(home-page "https://serde.rs")
|
||||
(synopsis
|
||||
"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]")
|
||||
(description
|
||||
"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-serde-json-1.0
|
||||
|
|
Loading…
Reference in a new issue