mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01: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 @@ crate @code{rust-wayland-client} for usable bindings.")
|
|||
(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…
Add table
Reference in a new issue