gnu: rust-uds-windows: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-uds-windows-1, rust-uds-windows-0.1): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: I1a3601922dd222d315cba462742678c1286cba4fmaster
parent
418b547739
commit
d0ab4a2794
|
@ -78886,46 +78886,6 @@ with the Unicode character database.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
(define-public rust-uds-windows-1
|
|
||||||
(package
|
|
||||||
(name "rust-uds-windows")
|
|
||||||
(version "1.0.2")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "uds_windows" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"03ckj6vnzvm4r5xd17dxyyqqqcfgs3xqj53hcswykk6k4i1n0rff"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-tempfile" ,rust-tempfile-3)
|
|
||||||
("rust-winapi" ,rust-winapi-0.3))))
|
|
||||||
(home-page "https://github.com/haraldh/rust_uds_windows")
|
|
||||||
(synopsis "Unix Domain Sockets for Windows")
|
|
||||||
(description "This library integrates Unix Domain Sockets on Windows.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-uds-windows-0.1
|
|
||||||
(package
|
|
||||||
(inherit rust-uds-windows-1)
|
|
||||||
(name "rust-uds-windows")
|
|
||||||
(version "0.1.5")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "uds_windows" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0mdv9xyrf8z8zr2py5drbilkncgrkg61axq6h7hcvgggklv9f14z"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
|
|
||||||
("rust-tempdir" ,rust-tempdir-0.3)
|
|
||||||
("rust-winapi" ,rust-winapi-0.2)
|
|
||||||
("rust-ws2-32-sys" ,rust-ws2-32-sys-0.2))))))
|
|
||||||
|
|
||||||
(define-public rust-ufmt-0.1
|
(define-public rust-ufmt-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-ufmt")
|
(name "rust-ufmt")
|
||||||
|
|
|
@ -594,6 +594,46 @@ server functionality.")
|
||||||
@code{Deserializer} for the INI format.")
|
@code{Deserializer} for the INI format.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-uds-windows-1
|
||||||
|
(package
|
||||||
|
(name "rust-uds-windows")
|
||||||
|
(version "1.0.2")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "uds_windows" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"03ckj6vnzvm4r5xd17dxyyqqqcfgs3xqj53hcswykk6k4i1n0rff"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-tempfile" ,rust-tempfile-3)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))))
|
||||||
|
(home-page "https://github.com/haraldh/rust_uds_windows")
|
||||||
|
(synopsis "Unix Domain Sockets for Windows")
|
||||||
|
(description "This library integrates Unix Domain Sockets on Windows.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-uds-windows-0.1
|
||||||
|
(package
|
||||||
|
(inherit rust-uds-windows-1)
|
||||||
|
(name "rust-uds-windows")
|
||||||
|
(version "0.1.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "uds_windows" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0mdv9xyrf8z8zr2py5drbilkncgrkg61axq6h7hcvgggklv9f14z"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
|
||||||
|
("rust-tempdir" ,rust-tempdir-0.3)
|
||||||
|
("rust-winapi" ,rust-winapi-0.2)
|
||||||
|
("rust-ws2-32-sys" ,rust-ws2-32-sys-0.2))))))
|
||||||
|
|
||||||
(define-public rust-windows-0.48
|
(define-public rust-windows-0.48
|
||||||
(package
|
(package
|
||||||
(name "rust-windows")
|
(name "rust-windows")
|
||||||
|
|
Reference in New Issue