mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-clap-complete-nushell-0.1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-clap-complete-nushell-0.1): Order. Change-Id: I7ee26082d29cf0d42d1adb2643fa3953f28fd2cf Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c8957ead47
commit
b0b78789c0
1 changed files with 26 additions and 26 deletions
|
@ -14101,32 +14101,6 @@ (define-public rust-clap-complete-fig-4
|
|||
completion scripts.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(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-4
|
||||
(package
|
||||
(name "rust-clap")
|
||||
|
@ -14355,6 +14329,32 @@ (define-public rust-clap-complete-fig-3
|
|||
with Clap to generate Fig completion scripts.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(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