mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-windows-threading@0.1.0.
* gnu/packages/crates-windows.scm (rust-windows-threading-0.1): New variable. Change-Id: I44e9a7e306a082f84c0713069c3a5900bcc61d24
This commit is contained in:
parent
5da8c8e275
commit
5d1d97be1c
1 changed files with 20 additions and 0 deletions
|
@ -2696,6 +2696,26 @@ implementation of Windows services.")
|
||||||
(description "This package provides Windows numeric types.")
|
(description "This package provides Windows numeric types.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-windows-threading-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-windows-threading")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "windows-threading" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "19jpn37zpjj2q7pn07dpq0ay300w65qx7wdp13wbp8qf5snn6r5n"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-windows-link" ,rust-windows-link-0.1))))
|
||||||
|
(home-page "https://github.com/microsoft/windows-rs")
|
||||||
|
(synopsis "Windows threading")
|
||||||
|
(description "This package provides Windows threading.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-windows-strings-0.1
|
(define-public rust-windows-strings-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-windows-strings")
|
(name "rust-windows-strings")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue