mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: rust-wayland-client-0.29: Remove unnecessary inputs.
* gnu/packages/crates-graphics.scm (rust-wayland-client-0.29)[inputs]: Remove field. Change-Id: I1a631523b02b819d884a7998e04d30ad8fcb9e56
This commit is contained in:
parent
792219eece
commit
b6e7956d3b
1 changed files with 1 additions and 10 deletions
|
@ -3895,16 +3895,7 @@ (define-public rust-wayland-client-0.29
|
|||
("rust-wayland-scanner" ,rust-wayland-scanner-0.29)
|
||||
("rust-wayland-sys" ,rust-wayland-sys-0.29))
|
||||
#:cargo-development-inputs
|
||||
(("rust-tempfile" ,rust-tempfile-3))))
|
||||
(inputs
|
||||
(list rust-bitflags-1
|
||||
rust-downcast-rs-1
|
||||
rust-libc-0.2
|
||||
rust-nix-0.24
|
||||
rust-scoped-tls-1
|
||||
rust-wayland-commons-0.29
|
||||
rust-wayland-scanner-0.29
|
||||
rust-wayland-sys-0.29))))
|
||||
(("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-wayland-client-0.28
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue