mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: rust-wayland-sys-0.29: Remove unnecessary inputs.
* gnu/packages/crates-graphics.scm (rust-wayland-sys-0.29) [propagated-inputs]: Move wayland from here ... [inputs]: ... to here. Remove all other inputs. Change-Id: I0a400527a6cdf716eac7dea2fc83b3e7b9bc6642
This commit is contained in:
parent
76fc6d0b7d
commit
01a3c4af36
1 changed files with 1 additions and 5 deletions
|
@ -4771,11 +4771,7 @@ (define-public rust-wayland-sys-0.29
|
|||
(substitute* (find-files "src" "\\.rs$")
|
||||
(("libwayland.*\\.so" shared-lib)
|
||||
(string-append libwayland "/" shared-lib)))))))))
|
||||
(inputs
|
||||
(list rust-dlib-0.5 rust-lazy-static-1 rust-libc-0.2
|
||||
rust-pkg-config-0.3))
|
||||
(propagated-inputs
|
||||
(list wayland))))
|
||||
(inputs (list wayland))))
|
||||
|
||||
(define-public rust-wayland-sys-0.28
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue