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:
Efraim Flashner 2023-07-26 11:56:10 +03:00
parent ef5c2823ec
commit c6facae617
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")