mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add rust-structopt-derive-0.2.
* gnu/packages/crates-io.scm (rust-structopt-derive-0.2): New variable.
This commit is contained in:
parent
c6b806228a
commit
243603c888
1 changed files with 26 additions and 0 deletions
|
@ -11754,6 +11754,32 @@ (define-public rust-strsim-0.8
|
|||
(base32
|
||||
"0sjsm7hrvjdifz661pjxq5w4hf190hx53fra8dfvamacvff139cf"))))))
|
||||
|
||||
(define-public rust-structopt-derive-0.2
|
||||
(package
|
||||
(name "rust-structopt-derive")
|
||||
(version "0.2.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "structopt-derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01sis9z5kqmyhvzbnmlzpdxcry99a0b9blypksgnhdsbm1hh40ak"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-heck" ,rust-heck-0.3)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||
("rust-quote" ,rust-quote-0.6)
|
||||
("rust-syn" ,rust-syn-0.15))))
|
||||
(home-page "https://github.com/TeXitoi/structopt")
|
||||
(synopsis
|
||||
"Parse command line argument by defining a struct, derive crate")
|
||||
(description
|
||||
"Parse command line argument by defining a struct, derive crate.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-syn-1.0
|
||||
(package
|
||||
(name "rust-syn")
|
||||
|
|
Loading…
Reference in a new issue