gnu: rust-wayland-cursor-0.28: Adapt for new build system.
* gnu/packages/crates-graphics.scm (rust-wayland-cursor-0.28) [arguments]: Don't skip build. Remove rust-wayland-client-0.28 from cargo-inputs. [inputs]: Add rust-nix-0.18, rust-wayland-client-0.28, rust-xcursor-0.3.
This commit is contained in:
parent
770e326fdb
commit
3b6ec859c2
1 changed files with 5 additions and 3 deletions
|
@ -2491,11 +2491,13 @@ and wayland-server.")
|
||||||
(base32 "0pvf96a9hg7b40vyvamcg491sa0006fr9bzf1xkaf8q22qn15syn"))))
|
(base32 "0pvf96a9hg7b40vyvamcg491sa0006fr9bzf1xkaf8q22qn15syn"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-nix" ,rust-nix-0.18)
|
(("rust-nix" ,rust-nix-0.18)
|
||||||
("rust-wayland-client" ,rust-wayland-client-0.28)
|
|
||||||
("rust-xcursor" ,rust-xcursor-0.3))))
|
("rust-xcursor" ,rust-xcursor-0.3))))
|
||||||
|
(inputs
|
||||||
|
`(("rust-nix" ,rust-nix-0.18)
|
||||||
|
("rust-wayland-client" ,rust-wayland-client-0.28)
|
||||||
|
("rust-xcursor" ,rust-xcursor-0.3)))
|
||||||
(home-page "https://github.com/smithay/wayland-rs")
|
(home-page "https://github.com/smithay/wayland-rs")
|
||||||
(synopsis "Bindings to libwayland-cursor")
|
(synopsis "Bindings to libwayland-cursor")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue