1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-09 00:11:32 +02:00

gnu: Add rust-windows-result@0.3.4.

* gnu/packages/crates-windows.scm (rust-windows-result-0.3): New variable.

Change-Id: I2eccbbd3c6ec95aeec588e0e2973aa961cc057e8
This commit is contained in:
Danny Milosavljevic
2025-05-20 01:02:00 +02:00
parent cd04980e53
commit ac0bc1940d
+20
View File
@@ -2594,6 +2594,26 @@ Windows crate.")
(description "This package provides Linking for Windows.")
(license (list license:expat license:asl2.0))))
(define-public rust-windows-result-0.3
(package
(name "rust-windows-result")
(version "0.3.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "windows-result" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1il60l6idrc6hqsij0cal0mgva6n3w6gq4ziban8wv6c6b9jpx2n"))))
(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 error handling")
(description "This package provides Windows error handling.")
(license (list license:expat license:asl2.0))))
(define-public rust-windows-result-0.2
(package
(name "rust-windows-result")