mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Add rust-terminal-size-0.4.
* gnu/packages/crates-io.scm (rust-terminal-size-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d2e6e4a8ab
commit
86862289fd
1 changed files with 22 additions and 0 deletions
|
@ -83884,6 +83884,28 @@ (define-public rust-terminal-colorsaurus-0.4
|
|||
color of the terminal.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-terminal-size-0.4
|
||||
(package
|
||||
(name "rust-terminal-size")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "terminal_size" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1sd4nq55h9sjirkx0138zx711ddxq1k1a45lc77ninhzj9zl8ljk"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;tests require /dev/stderr
|
||||
#:cargo-inputs (("rust-rustix" ,rust-rustix-0.38)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.59))))
|
||||
(home-page "https://github.com/eminence/terminal-size")
|
||||
(synopsis "Gets the size of your Linux or Windows terminal")
|
||||
(description
|
||||
"This package provides Gets the size of your Linux or Windows terminal.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-terminal-size-0.3
|
||||
(package
|
||||
(name "rust-terminal-size")
|
||||
|
|
Loading…
Reference in a new issue