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