mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add rust-pijul-interaction-0.0.1.
* gnu/packages/crates-vcs.scm (rust-pijul-interaction-0.0.1): New variable. Change-Id: I500c64d070ac037d6854c061387d1c45676950f1
This commit is contained in:
parent
9d6ec91120
commit
6b77d5960a
1 changed files with 27 additions and 0 deletions
|
@ -7423,6 +7423,33 @@ (define-public rust-pijul-config-0.0.1
|
|||
"This package provides configuration for the pijul version control system.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public rust-pijul-interaction-0.0.1
|
||||
(package
|
||||
(name "rust-pijul-interaction")
|
||||
(version "0.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pijul-interaction" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0vv1z0flsgvf09y18sv2jbk9sn0rllka15wdskpv9ziydp9xr1h7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-dialoguer" ,rust-dialoguer-0.10)
|
||||
("rust-duplicate" ,rust-duplicate-1)
|
||||
("rust-indicatif" ,rust-indicatif-0.17)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-pijul-config" ,rust-pijul-config-0.0.1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://nest.pijul.com/pijul/pijul")
|
||||
(synopsis "Human friendly input/output for contexts such as terminals or GUIs")
|
||||
(description
|
||||
"This package provides human friendly input/output (progress bars,
|
||||
passwords etc) for contexts such as terminals or GUIs.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public rust-pijul-macros-0.5
|
||||
(package
|
||||
(name "rust-pijul-macros")
|
||||
|
|
Loading…
Reference in a new issue