mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public rust-wayland-cursor-0.28
|
|||
(base32 "0pvf96a9hg7b40vyvamcg491sa0006fr9bzf1xkaf8q22qn15syn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-nix" ,rust-nix-0.18)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.28)
|
||||
("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")
|
||||
(synopsis "Bindings to libwayland-cursor")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue