me
/
guix
Archived
1
0
Fork 0

gnu: rust-winapi-util: New variable.

* gnu/packages/crates-io.scm (rust-winapi-util): New variable.
master
Efraim Flashner 2019-08-28 15:05:50 +03:00
parent 6ea6a985e5
commit 86cd265fb7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 23 additions and 0 deletions

View File

@ -1143,6 +1143,29 @@ i686-pc-windows-gnu target. Please don't use this crate directly, depend on
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))
(define-public rust-winapi-util
(package
(name "rust-winapi-util")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "winapi-util" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1j839dc6y8vszvrsb7yk0qvs0w6asnahxzbyans37vnsw6vbls3i"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-winapi" ,rust-winapi))))
(home-page "https://github.com/BurntSushi/winapi-util")
(synopsis "Dumping ground for high level safe wrappers over winapi")
(description
"This package provides a dumping ground for high level safe wrappers over
winapi.")
(license (list license:unlicense
license:expat))))
(define-public rust-winapi-x86-64-pc-windows-gnu (define-public rust-winapi-x86-64-pc-windows-gnu
(package (package
(name "rust-winapi-x86-64-pc-windows-gnu") (name "rust-winapi-x86-64-pc-windows-gnu")