me
/
guix
Archived
1
0
Fork 0

gnu: rust-wayland-scanner-0.28: Adapt for new build system.

* gnu/packages/crates-graphics.scm (rust-wayland-scanner-0.28):
[arguments]: Don't skip build. Remove cargo-inputs.
[inputs]: Add rust-proc-macro2-1, rust-quote-1, rust-xml-rs-0.8.
(rust-wayland-scanner-0.23): Adjust accordingly.
master
Efraim Flashner 2021-03-15 14:40:29 +02:00
parent facf27e08b
commit fb6f926193
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 7 deletions

View File

@ -2620,12 +2620,10 @@ extensions.")
(sha256 (sha256
(base32 "0g8ky63qk27in7zajycj3fyydsxlj19hanfcvr8d7z5kcxbvl43h")))) (base32 "0g8ky63qk27in7zajycj3fyydsxlj19hanfcvr8d7z5kcxbvl43h"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (inputs
`(#:skip-build? #t `(("rust-proc-macro2" ,rust-proc-macro2-1)
#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1) ("rust-quote" ,rust-quote-1)
("rust-xml-rs" ,rust-xml-rs-0.8)))) ("rust-xml-rs" ,rust-xml-rs-0.8)))
(home-page "https://github.com/smithay/wayland-rs") (home-page "https://github.com/smithay/wayland-rs")
(synopsis "Generate Rust APIs from XML Wayland protocol files") (synopsis "Generate Rust APIs from XML Wayland protocol files")
(description (description
@ -2650,7 +2648,8 @@ wayland-client crate for usable bindings.")
(base32 (base32
"0g8wcphykjrcpslznyi3qccx1pckw97rckq5b295nfbg6r3j5c4k")))) "0g8wcphykjrcpslznyi3qccx1pckw97rckq5b295nfbg6r3j5c4k"))))
(arguments (arguments
`(#:cargo-inputs `(#:skip-build? #t
#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-0.4) (("rust-proc-macro2" ,rust-proc-macro2-0.4)
("rust-quote" ,rust-quote-0.6) ("rust-quote" ,rust-quote-0.6)
("rust-xml-rs" ,rust-xml-rs-0.8)))))) ("rust-xml-rs" ,rust-xml-rs-0.8))))))