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