mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: rust-wayland-scanner-0.29: Remove unnecessary inputs.
* gnu/packages/crates-graphics.scm (rust-wayland-scanner-0.29)[inputs]: Remove field. Change-Id: I9fcbe667d743d9295d068fccf48b9a8013785a8d
This commit is contained in:
parent
f81dbe0eb8
commit
ed4e26b306
1 changed files with 1 additions and 3 deletions
|
@ -4466,9 +4466,7 @@ (define-public rust-wayland-scanner-0.29
|
|||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-xml-rs" ,rust-xml-rs-0.8))))
|
||||
(inputs
|
||||
(list rust-proc-macro2-1 rust-quote-1 rust-xml-rs-0.8))))
|
||||
("rust-xml-rs" ,rust-xml-rs-0.8))))))
|
||||
|
||||
(define-public rust-wayland-scanner-0.28
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue