mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-wayland-cursor-0.29: Remove unnecessary inputs.
* gnu/packages/crates-graphics.scm (rust-wayland-cursor-0.29)[inputs]: Remove field. Change-Id: I71696a5927de4a71bf074c134c615c7a21d77946
This commit is contained in:
parent
ed3a7fdac3
commit
b01c7fce22
1 changed files with 1 additions and 3 deletions
|
@ -4129,9 +4129,7 @@ (define-public rust-wayland-cursor-0.29
|
|||
`(#:cargo-inputs
|
||||
(("rust-nix" ,rust-nix-0.24)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.29)
|
||||
("rust-xcursor" ,rust-xcursor-0.3))))
|
||||
(inputs
|
||||
(list rust-nix-0.24 rust-wayland-client-0.29 rust-xcursor-0.3))))
|
||||
("rust-xcursor" ,rust-xcursor-0.3))))))
|
||||
|
||||
(define-public rust-wayland-cursor-0.28
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue