mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-prompt@0.9.1.
* gnu/packages/crates-vcs.scm (rust-gix-prompt-0.9): New variable. Change-Id: I56ebeae26350a0c7421ac70d0937cfe330559e73
This commit is contained in:
parent
39b819799f
commit
e9133fbaee
1 changed files with 27 additions and 0 deletions
|
@ -7237,6 +7237,33 @@ part of Gitoxide, a Rust implementation of Git.")
|
|||
#:cargo-development-inputs (("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-serial-test" ,rust-serial-test-2))))))
|
||||
|
||||
(define-public rust-gix-prompt-0.9
|
||||
(package
|
||||
(name "rust-gix-prompt")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-prompt" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0v9v9icnryhcx2z256kmm8aa1p31ipghjx80kac2nlg1b1ciiwkr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-gix-command" ,rust-gix-command-0.4)
|
||||
("rust-gix-config-value" ,rust-gix-config-value-0.14)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-rustix" ,rust-rustix-0.38)
|
||||
("rust-thiserror" ,rust-thiserror-2))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis
|
||||
"Handle prompts in the terminal for gitoxide")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project for handling
|
||||
prompts in the terminal.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-prompt-0.8
|
||||
(package
|
||||
(name "rust-gix-prompt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue