gnu: Add rust-filetreelist-0.5.
* gnu/packages/crates-io.scm (rust-filetreelist-0.5): New variable. Change-Id: I59196913b2d4a2731ab104ed4d951fe8c739f4c4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7876bb6f96
commit
ab7b6ae092
1 changed files with 23 additions and 0 deletions
|
@ -25253,6 +25253,29 @@ representation.")
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-redox-syscall" ,rust-redox-syscall-0.1))))))
|
("rust-redox-syscall" ,rust-redox-syscall-0.1))))))
|
||||||
|
|
||||||
|
(define-public rust-filetreelist-0.5
|
||||||
|
(package
|
||||||
|
(name "rust-filetreelist")
|
||||||
|
(version "0.5.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "filetreelist" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0i7lnk5ncbjg2nfgadx8phmv7ihaak5872cclrdv54bl620id132"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-thiserror" ,rust-thiserror-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))
|
||||||
|
(home-page "https://github.com/extrawurst/gitui")
|
||||||
|
(synopsis "Filetree abstraction")
|
||||||
|
(description
|
||||||
|
"Filetree abstraction based on a sorted path list, supports key based
|
||||||
|
navigation events, folding, scrolling and more.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-field-offset-0.3
|
(define-public rust-field-offset-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-field-offset")
|
(name "rust-field-offset")
|
||||||
|
|
Reference in a new issue