Archived
1
0
Fork 0

gnu: Add rust-windows-interface-0.48.

* gnu/packages/crates-io.scm (rust-windows-interface-0.48): New variable.
(rust-windows-interface-0.46): Inherit from rust-windows-interface-0.48.

Change-Id: I64b4849aee3182922d65afd42a0178b56304e968
This commit is contained in:
Efraim Flashner 2023-10-24 08:29:39 +03:00
parent 6183c78fc6
commit ec450a6066
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -83452,8 +83452,32 @@ windows crate.")
crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-windows-interface-0.48
(package
(name "rust-windows-interface")
(version "0.48.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "windows-interface" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1iqcilw0hfyzwhk12xfmcy40r10406sgf4xmdansijlv1kr8vyz6"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/microsoft/windows-rs")
(synopsis "The interface macro for the windows crate")
(description "This package provides the interface macro for the windows
crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-windows-interface-0.46
(package
(inherit rust-windows-interface-0.48)
(name "rust-windows-interface")
(version "0.46.0")
(source (origin
@ -83463,18 +83487,12 @@ crate.")
(sha256
(base32
"0a87zxh3wq5ng1vvgqf7jhydsshrpc5w39pyvr0l1vyv3q5k67xc"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/microsoft/windows-rs")
(synopsis "The interface macro for the windows crate")
(description "This package provides the interface macro for the windows
crate.")
(license (list license:expat license:asl2.0))))
("rust-syn" ,rust-syn-1))))))
(define-public rust-windows-sys-0.48
(package