mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add rust-clap-complete-nushell-0.1.
* gnu/packages/crates-io.scm (rust-clap-complete-nushell-0.1): New variable.
This commit is contained in:
parent
ef5c2823ec
commit
c6facae617
1 changed files with 26 additions and 0 deletions
|
@ -11951,6 +11951,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-nushell-0.1
|
||||
(package
|
||||
(name "rust-clap-complete-nushell")
|
||||
(version "0.1.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap-complete-nushell" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0b15s7d9xpqjr1fpj8lmcv6nhgbhxvm0rzbh3cavv0xawvsl3yn7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-clap" ,rust-clap-4)
|
||||
("rust-clap-complete" ,rust-clap-complete-4))
|
||||
#:cargo-development-inputs (("rust-snapbox" ,rust-snapbox-0.4))))
|
||||
(home-page
|
||||
"https://github.com/clap-rs/clap/tree/master/clap_complete_nushell")
|
||||
(synopsis
|
||||
"Generator library used with clap for Nushell completion scripts")
|
||||
(description
|
||||
"This package provides a generator library used with clap for Nushell
|
||||
completion scripts.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-clap-conf-0.1
|
||||
(package
|
||||
(name "rust-clap-conf")
|
||||
|
|
Loading…
Reference in a new issue