mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: Add rust-cust-derive-0.1.
* gnu/packages/crates-io.scm (rust-cust-derive-0.1): New variable. Change-Id: Ic74f386d2ea910e63138c9d09a89c21d570b8e3a
This commit is contained in:
parent
acf33bb40d
commit
407f5d0726
1 changed files with 17 additions and 0 deletions
|
@ -18144,6 +18144,23 @@ (define-public rust-cust-derive-0.2
|
||||||
(description "This package provices macros for cust.")
|
(description "This package provices macros for cust.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-cust-derive-0.1
|
||||||
|
(package
|
||||||
|
(inherit rust-cust-derive-0.2)
|
||||||
|
(name "rust-cust-derive")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "cust_derive" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1ckxjfdlwhmdyf5s2v10cslpb6wri9xl8nk3qirz8rsn5x1hn61v"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1))))))
|
||||||
|
|
||||||
(define-public rust-cust-raw-0.11
|
(define-public rust-cust-raw-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-cust-raw")
|
(name "rust-cust-raw")
|
||||||
|
|
Loading…
Reference in a new issue