gnu: rust-wio-0.2: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-wio-0.2): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: I929b0208dcdf12a06a7986e9eba8831e5a90758cmaster
parent
c218f4e995
commit
b50b5dca93
|
@ -82470,30 +82470,6 @@ combinators library.")
|
||||||
("rust-memchr" ,rust-memchr-2)
|
("rust-memchr" ,rust-memchr-2)
|
||||||
("rust-terminal-size" ,rust-terminal-size-0.2))))))
|
("rust-terminal-size" ,rust-terminal-size-0.2))))))
|
||||||
|
|
||||||
(define-public rust-wio-0.2
|
|
||||||
(package
|
|
||||||
(name "rust-wio")
|
|
||||||
(version "0.2.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "wio" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "199p404fp96w1f1c93bf1jrvaqwypxf3hmmldhww4jk4yhr9j4jx"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-winapi" ,rust-winapi-0.3))))
|
|
||||||
(home-page "https://github.com/retep998/wio-rs")
|
|
||||||
(synopsis "Windows IO wrapper")
|
|
||||||
(description
|
|
||||||
"Wio is a middle-level wrapper around various things in Windows API. It
|
|
||||||
is designed to be a very thin layer around Windows API to provide a safe Rusty
|
|
||||||
API but without hiding any functionality.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-wmi-0.12
|
(define-public rust-wmi-0.12
|
||||||
(package
|
(package
|
||||||
(name "rust-wmi")
|
(name "rust-wmi")
|
||||||
|
|
|
@ -1076,6 +1076,30 @@ icons to windows executables and dynamic libraries.")
|
||||||
"A simple library wrapping a handful of useful winapi functions.")
|
"A simple library wrapping a handful of useful winapi functions.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-wio-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-wio")
|
||||||
|
(version "0.2.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "wio" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "199p404fp96w1f1c93bf1jrvaqwypxf3hmmldhww4jk4yhr9j4jx"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-winapi" ,rust-winapi-0.3))))
|
||||||
|
(home-page "https://github.com/retep998/wio-rs")
|
||||||
|
(synopsis "Windows IO wrapper")
|
||||||
|
(description
|
||||||
|
"Wio is a middle-level wrapper around various things in Windows API. It
|
||||||
|
is designed to be a very thin layer around Windows API to provide a safe Rusty
|
||||||
|
API but without hiding any functionality.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-windows-0.48
|
(define-public rust-windows-0.48
|
||||||
(package
|
(package
|
||||||
(name "rust-windows")
|
(name "rust-windows")
|
||||||
|
|
Reference in New Issue