gnu: Add rust-winpty-sys-0.4.

* gnu/packages/crates-io.scm (rust-winpty-sys-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-26 16:15:16 +03:00 committed by Efraim Flashner
parent bb088feeff
commit 63502072bd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -19183,6 +19183,30 @@ (define-public rust-wincolor-1.0
(license (list license:unlicense
license:expat))))
(define-public rust-winpty-sys-0.4
(package
(name "rust-winpty-sys")
(version "0.4.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "winpty-sys" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0s5m2vvlw7wphc466s47zfmp08zk00wzj999l1w3ajqlxbnfgb9x"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-bindgen" ,rust-bindgen-0.33)
("rust-cc" ,rust-cc-1.0))))
(home-page "https://github.com/rprichard/winpty")
(synopsis "Rust winpty bindings")
(description "Rust winpty bindings.")
(license license:expat)))
(define-public rust-winreg-0.6
(package
(name "rust-winreg")