me
/
guix
Archived
1
0
Fork 0

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>
master
VÖRÖSKŐI András 2024-02-24 21:39:08 +01:00 committed by Efraim Flashner
parent 7876bb6f96
commit ab7b6ae092
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 23 additions and 0 deletions

View File

@ -25253,6 +25253,29 @@ representation.")
("rust-libc" ,rust-libc-0.2)
("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
(package
(name "rust-field-offset")