mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: Add rust-conpty-0.5.
* gnu/packages/crates-io.scm (rust-conpty-0.5): New variable. Change-Id: I2675cc8353d23277708254ea2e4451e683c47f4c
This commit is contained in:
parent
7c0c1983f8
commit
5df9acb1cc
1 changed files with 24 additions and 0 deletions
|
@ -14479,6 +14479,30 @@ (define-public rust-compound-duration-1
|
||||||
minutes, seconds.")
|
minutes, seconds.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public rust-conpty-0.5
|
||||||
|
(package
|
||||||
|
(name "rust-conpty")
|
||||||
|
(version "0.5.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "conpty" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1nmkhiysnssvbi4kqaq8cybb0ffngbl64kfpk8s86ihdg940caxp"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t ; Specifically for Windows.
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-windows" ,rust-windows-0.44))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-strip-ansi-escapes" ,rust-strip-ansi-escapes-0.1))))
|
||||||
|
(home-page "https://github.com/zhiburt/conpty")
|
||||||
|
(synopsis "Library which provides an interface for ConPTY")
|
||||||
|
(description
|
||||||
|
"This package provides a library which provides an interface for @code{ConPTY}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-const-cstr-0.3
|
(define-public rust-const-cstr-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-const-cstr")
|
(name "rust-const-cstr")
|
||||||
|
|
Loading…
Reference in a new issue