mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add rust-completest-pty-0.5.
* gnu/packages/crates-io.scm (rust-completest-pty-0.5): New variable. Change-Id: I5cbfd84175990b51620d2308db524cfc7baec67e Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d6f4618dab
commit
48eb1422ba
1 changed files with 22 additions and 0 deletions
|
@ -13654,6 +13654,28 @@ (define-public rust-completest-0.4
|
|||
"This package provides running completions for your program.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-completest-pty-0.5
|
||||
(package
|
||||
(name "rust-completest-pty")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "completest-pty" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11fib7yly355yjkzjp8bj5rqvv83xlm7mrkbc6bqyq3zw9r14v9a"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-completest" ,rust-completest-0.4)
|
||||
("rust-ptyprocess" ,rust-ptyprocess-0.4)
|
||||
("rust-vt100" ,rust-vt100-0.15))))
|
||||
(home-page "https://github.com/assert-rs/completest")
|
||||
(synopsis "Run completions for your program")
|
||||
(description
|
||||
"This package provides running completions for your program.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-comrak-0.12
|
||||
(package
|
||||
(name "rust-comrak")
|
||||
|
|
Loading…
Reference in a new issue