mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add rust-anyinput-derive-0.1.
* gnu/packages/crates-io.scm (rust-anyinput-derive-0.1): New variable. Change-Id: If0e113e1822fb110ea8b11019d87aad899da90c3
This commit is contained in:
parent
5a927dd5f8
commit
cba7ebb064
1 changed files with 23 additions and 0 deletions
|
@ -2165,6 +2165,29 @@ (define-public rust-anyinput-core-0.1
|
|||
"This package provides an internal helper library of anyinput.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-anyinput-derive-0.1
|
||||
(package
|
||||
(name "rust-anyinput-derive")
|
||||
(version "0.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "anyinput-derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xcgkdkskmh8xxxyr1chfapn9avk8d8s7jjph5zy4ff22dri4m7y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-anyinput-core" ,rust-anyinput-core-0.1)
|
||||
("rust-proc-macro-error" ,rust-proc-macro-error-1)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1))))
|
||||
(home-page "https://github.com/CarlKCarlK/anyinput")
|
||||
(synopsis "Internal helper library of anyinput")
|
||||
(description
|
||||
"This package provides an internal helper library of anyinput.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-anyhow-1
|
||||
(package
|
||||
(name "rust-anyhow")
|
||||
|
|
Loading…
Reference in a new issue