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:
parent
6183c78fc6
commit
ec450a6066
1 changed files with 25 additions and 7 deletions
|
@ -83452,8 +83452,32 @@ windows crate.")
|
||||||
crate.")
|
crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(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
|
(define-public rust-windows-interface-0.46
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-windows-interface-0.48)
|
||||||
(name "rust-windows-interface")
|
(name "rust-windows-interface")
|
||||||
(version "0.46.0")
|
(version "0.46.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -83463,18 +83487,12 @@ crate.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a87zxh3wq5ng1vvgqf7jhydsshrpc5w39pyvr0l1vyv3q5k67xc"))))
|
"0a87zxh3wq5ng1vvgqf7jhydsshrpc5w39pyvr0l1vyv3q5k67xc"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-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-sys-0.48
|
(define-public rust-windows-sys-0.48
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue