mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: rust-glutin-0.26: Remove unnecessary inputs.
* gnu/packages/crates-graphics.scm (rust-glutin-0.26)[inputs]: Remove field. Change-Id: Iae6e2b94acd90101f1737243fcd0ed5b9c8c769c
This commit is contained in:
parent
9aa07c26dd
commit
792219eece
1 changed files with 1 additions and 3 deletions
|
@ -1618,9 +1618,7 @@ (define-public rust-glutin-0.26
|
|||
("rust-parking-lot" ,rust-parking-lot-0.11)
|
||||
("rust-wayland-egl" ,rust-wayland-egl-0.28)
|
||||
("rust-winapi" ,rust-winapi-0.3)
|
||||
("rust-winit" ,rust-winit-0.24))))
|
||||
(inputs
|
||||
(list rust-wayland-client-0.28 rust-wayland-egl-0.28))))
|
||||
("rust-winit" ,rust-winit-0.24))))))
|
||||
|
||||
(define-public rust-glutin-0.22
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue