me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-01-08 13:13:52 +02:00
parent 76fc6d0b7d
commit 01a3c4af36
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 5 deletions

View File

@ -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