mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-uds-windows-0.1.
* gnu/packages/crates-windows.scm (rust-uds-windows-0.1): Delete variable. Change-Id: I3bc7be42c1a51bbc40ccdd91292e24ef6f54d2ff
This commit is contained in:
parent
53a6c2d28c
commit
3a99c5c8dd
1 changed files with 0 additions and 17 deletions
|
@ -901,23 +901,6 @@ server functionality.")
|
||||||
(description "This library integrates Unix Domain Sockets on Windows.")
|
(description "This library integrates Unix Domain Sockets on Windows.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-uds-windows-0.1
|
|
||||||
(package
|
|
||||||
(inherit rust-uds-windows-1)
|
|
||||||
(name "rust-uds-windows")
|
|
||||||
(version "0.1.6")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "uds_windows" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1v7g9hl06s13xc4d2bn6khqn2cz6ha2f2d71j8l6mvlhypsjpch9"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-tempdir" ,rust-tempdir-0.3)
|
|
||||||
("rust-winapi" ,rust-winapi-0.3))))))
|
|
||||||
|
|
||||||
(define-public rust-user32-sys-0.2
|
(define-public rust-user32-sys-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-user32-sys")
|
(name "rust-user32-sys")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue