gnu: rust-wayland-egl-0.28: Adapt for new build system.
* gnu/packages/crates-graphics.scm (rust-wayland-egl-0.28) [arguments]: Don't skip build. Remove cargo-inputs. [inputs]: Add rust-wayland-client-0.28, rust-wayland-sys-0.28. [native-inputs]: Add pkg-config.
This commit is contained in:
parent
3b6ec859c2
commit
bb06a747b2
@ -2518,11 +2518,12 @@ properly display animated cursors.")
|
||||
(sha256
|
||||
(base32 "1xd7iap0x4sidmy9dv02cdnxjhnbk9li7r7f39x9cg0i8xs50ly6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-wayland-client" ,rust-wayland-client-0.28)
|
||||
("rust-wayland-sys" ,rust-wayland-sys-0.28))))
|
||||
(inputs
|
||||
`(("rust-wayland-client" ,rust-wayland-client-0.28)
|
||||
("rust-wayland-sys" ,rust-wayland-sys-0.28)))
|
||||
;; For the PKG_CONFIG_PATH environment variable.
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://github.com/smithay/wayland-rs")
|
||||
(synopsis "Bindings to libwayland-egl")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user