mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: Add rust-pager-0.15.
* gnu/packages/crates-io.scm (rust-pager-0.15): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f36b789f78
commit
6de1d08606
1 changed files with 24 additions and 0 deletions
|
@ -31880,6 +31880,30 @@ (define-public rust-pad-0.1
|
||||||
"This package provides a library for padding strings at runtime.")
|
"This package provides a library for padding strings at runtime.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-pager-0.15
|
||||||
|
(package
|
||||||
|
(name "rust-pager")
|
||||||
|
(version "0.15.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pager" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0a35mg68s0p63ya2k5hsg620c4llkjw2fx1sfi0laz4pz8myv75n"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-errno" ,rust-errno-0.2)
|
||||||
|
("rust-libc" ,rust-libc-0.2))))
|
||||||
|
(home-page "https://gitlab.com/imp/pager-rs.git")
|
||||||
|
(synopsis "Helps pipe your output through an external pager")
|
||||||
|
(description
|
||||||
|
"This package pipes your Rust output through an external pager.")
|
||||||
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-palette-0.5
|
(define-public rust-palette-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-palette")
|
(name "rust-palette")
|
||||||
|
|
Loading…
Reference in a new issue