mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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:
parent
bb088feeff
commit
63502072bd
1 changed files with 24 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue