me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-01-08 13:02:28 +02:00
parent 792219eece
commit b6e7956d3b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 10 deletions

View File

@ -3895,16 +3895,7 @@ the wayland protocol, client side.")
("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