mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-crossterm-winapi-0.4.
* gnu/packages/crates-io.scm (rust-crossterm-winapi-0.4): New variable.
This commit is contained in:
parent
9b07ebcd96
commit
708742109c
1 changed files with 20 additions and 0 deletions
|
@ -4318,6 +4318,26 @@ (define-public rust-crossbeam-utils-0.6
|
|||
#:cargo-development-inputs
|
||||
(("rust-rand" ,rust-rand-0.4))))))
|
||||
|
||||
(define-public rust-crossterm-winapi-0.4
|
||||
(package
|
||||
(name "rust-crossterm-winapi")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "crossterm-winapi" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1j3av8bba3f5y4n4w1vgn0iz28vdajxrli6lqxnvpddbphskmph2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
|
||||
(home-page "https://github.com/crossterm-rs/crossterm-winapi")
|
||||
(synopsis "Basic simple abstractions around common WinAPI calls")
|
||||
(description "WinAPI wrapper that provides some basic simple abstractions
|
||||
around common WinAPI calls.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-crypto-mac-0.7
|
||||
(package
|
||||
(name "rust-crypto-mac")
|
||||
|
|
Loading…
Reference in a new issue