mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-ws2-32-sys-0.2: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-ws2-32-sys-0.2): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: I468228276166fc03c53baf00b2d7c480bfb2b121
This commit is contained in:
parent
6cc1287774
commit
31a026b252
2 changed files with 24 additions and 24 deletions
|
@ -82494,30 +82494,6 @@ (define-public rust-write-json-0.1
|
|||
serialization.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ws2-32-sys-0.2
|
||||
(package
|
||||
(name "rust-ws2-32-sys")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ws2_32-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ppscg5qfqaw0gzwv2a4nhn5bn01ff9iwn6ysqnzm4n8s3myz76m"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.2)
|
||||
("rust-winapi-build" ,rust-winapi-build-0.1))))
|
||||
(home-page "https://github.com/retep998/winapi-rs")
|
||||
(synopsis "Function definitions for the Windows API library ws2_32")
|
||||
(description
|
||||
"Contains function definitions for the Windows API library ws2_32.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-wycheproof-0.5
|
||||
(package
|
||||
(name "rust-wycheproof")
|
||||
|
|
|
@ -1133,6 +1133,30 @@ (define-public rust-wmi-0.12
|
|||
for Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ws2-32-sys-0.2
|
||||
(package
|
||||
(name "rust-ws2-32-sys")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ws2_32-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ppscg5qfqaw0gzwv2a4nhn5bn01ff9iwn6ysqnzm4n8s3myz76m"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.2)
|
||||
("rust-winapi-build" ,rust-winapi-build-0.1))))
|
||||
(home-page "https://github.com/retep998/winapi-rs")
|
||||
(synopsis "Function definitions for the Windows API library ws2_32")
|
||||
(description
|
||||
"Contains function definitions for the Windows API library ws2_32.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-windows-0.48
|
||||
(package
|
||||
(name "rust-windows")
|
||||
|
|
Loading…
Reference in a new issue