mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Add rust-clap-complete-fig-4.
* gnu/packages/crates-io.scm (rust-clap-complete-fig-4): New variable.
This commit is contained in:
parent
13402df2e5
commit
2c896154f7
1 changed files with 26 additions and 0 deletions
|
@ -11976,6 +11976,32 @@ (define-public rust-clang-sys-0.11
|
|||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-libloading" ,rust-libloading-0.3))))))
|
||||
|
||||
(define-public rust-clap-complete-fig-4
|
||||
(package
|
||||
(name "rust-clap-complete-fig")
|
||||
(version "4.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap-complete-fig" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17yfrdxy555fv56y0n69r4kgd2iwpq4mgz6k5rn5lc2i1b9y3zlr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-clap" ,rust-clap-4)
|
||||
("rust-clap-complete" ,rust-clap-complete-4))
|
||||
#:cargo-development-inputs
|
||||
(("rust-clap" ,rust-clap-4)
|
||||
("rust-snapbox" ,rust-snapbox-0.4))))
|
||||
(home-page "https://github.com/clap-rs/clap/tree/master/clap_complete_fig")
|
||||
(synopsis "Generator library used with clap for Fig completion scripts")
|
||||
(description
|
||||
"This package provides a generator library used with clap for Fig
|
||||
completion scripts.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-clap-complete-nushell-0.1
|
||||
(package
|
||||
(name "rust-clap-complete-nushell")
|
||||
|
|
Loading…
Reference in a new issue