me
/
guix
Archived
1
0
Fork 0

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

View File

@ -4129,9 +4129,7 @@ properly display animated cursors.")
`(#: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