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
1 changed files with 6 additions and 5 deletions
|
@ -2518,11 +2518,12 @@ properly display animated cursors.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xd7iap0x4sidmy9dv02cdnxjhnbk9li7r7f39x9cg0i8xs50ly6"))))
|
(base32 "1xd7iap0x4sidmy9dv02cdnxjhnbk9li7r7f39x9cg0i8xs50ly6"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(inputs
|
||||||
`(#:skip-build? #t
|
`(("rust-wayland-client" ,rust-wayland-client-0.28)
|
||||||
#:cargo-inputs
|
("rust-wayland-sys" ,rust-wayland-sys-0.28)))
|
||||||
(("rust-wayland-client" ,rust-wayland-client-0.28)
|
;; For the PKG_CONFIG_PATH environment variable.
|
||||||
("rust-wayland-sys" ,rust-wayland-sys-0.28))))
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://github.com/smithay/wayland-rs")
|
(home-page "https://github.com/smithay/wayland-rs")
|
||||||
(synopsis "Bindings to libwayland-egl")
|
(synopsis "Bindings to libwayland-egl")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue