gnu: rust-wayland-commons-0.29: Remove unnecessary inputs.

* gnu/packages/crates-graphics.scm (rust-wayland-commons-0.29)[inputs]:
Remove field.

Change-Id: I7fdabc08c67456f2c7a7a97d82b009d4e9dccd50
This commit is contained in:
Efraim Flashner 2024-01-08 13:04:24 +02:00
parent 6cda1523e1
commit b29edf3bad
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4001,9 +4001,6 @@ the wayland protocol, client side.")
("rust-once-cell" ,rust-once-cell-1)
("rust-smallvec" ,rust-smallvec-1)
("rust-wayland-sys" ,rust-wayland-sys-0.29))))
(inputs
(list rust-nix-0.24 rust-once-cell-1 rust-smallvec-1
rust-wayland-sys-0.29))
(home-page "https://github.com/smithay/wayland-rs")
(synopsis "Types and structures used by wayland-client and wayland-server")
(description