mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add rust-termini-1.
* gnu/packages/crates-io.scm (rust-termini-1): New variable. Change-Id: Ie4860e7b52b0f62a62c1be2afb93ea8a25777d67 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
999cb734ab
commit
af1d1652ac
1 changed files with 20 additions and 0 deletions
|
@ -83606,6 +83606,26 @@ (define-public rust-terminal-trx-0.2
|
|||
"This package provides a handle to the terminal of the current process.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-termini-1
|
||||
(package
|
||||
(name "rust-termini")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "termini" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0n8dvbwkp2k673xqwivb01iqg5ir91zgpwhwngpcb2yrgpc43m1a"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Not all files included.
|
||||
#:cargo-inputs (("rust-home" ,rust-home-0.5))))
|
||||
(home-page "https://github.com/pascalkuthe/termini")
|
||||
(synopsis "Minimal terminfo libary")
|
||||
(description "This package provides a minimal terminfo libary.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-terminfo-0.8
|
||||
(package
|
||||
(name "rust-terminfo")
|
||||
|
|
Loading…
Reference in a new issue