me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-clap-cargo-0.12.

* gnu/packages/crates-io.scm (rust-clap-cargo-0.12): New variable.

Change-Id: Iabb0c99de2601a58b1b666d524f0d1ed53b7772c
master
Efraim Flashner 2023-12-25 09:25:38 +02:00
parent df25ca4c5d
commit e6fdadbe8f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -13479,6 +13479,27 @@ traits.")
("rust-libc" ,rust-libc-0.2)
("rust-libloading" ,rust-libloading-0.3))))))
(define-public rust-clap-cargo-0.12
(package
(name "rust-clap-cargo")
(version "0.12.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "clap-cargo" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1r2f4ad1vpaljrfbyfsv986qiwmll0iask4sdvwllka658s22grq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-anstyle" ,rust-anstyle-1)
("rust-cargo-metadata" ,rust-cargo-metadata-0.17)
("rust-clap" ,rust-clap-4))))
(home-page "https://github.com/crate-ci/clap-cargo")
(synopsis "Re-usable CLI flags for `cargo` plugins")
(description "This package provides re-usable CLI flags for `cargo` plugins.")
(license (list license:expat license:asl2.0))))
(define-public rust-clap-complete-command-0.5
(package
(name "rust-clap-complete-command")