From ba3b2c9b25541fee14142f5ee96105f8ea6e5a3a Mon Sep 17 00:00:00 2001 From: msglm Date: Sun, 9 Feb 2025 19:39:17 -0600 Subject: add rust-wayland-sys@0.5 --- unlustig.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/unlustig.scm b/unlustig.scm index a656e8a..19578d8 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -1988,3 +1988,28 @@ See winapi for types and constants.") "This package provides Wayland Scanner for generating rust APIs from XML wayland protocol files.") (license license:expat))) +(define-public rust-wayland-sys-0.5 + (package + (name "rust-wayland-sys") + (version "0.5.11") + (source + (origin + (method url-fetch) + (uri (crate-uri "wayland-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0fl01v8wghplps6ba23zryz89dgidfvz3sl2bwhl8rg5bpzgfcwn")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-dlib" ,rust-dlib-0.3) + ("rust-lazy-static" ,rust-lazy-static-0.1) + ("rust-libc" ,rust-libc-0.2)))) + (home-page "https://github.com/smithay/wayland-rs") + (synopsis + "FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings") + (description + "This package provides FFI bindings to the various libwayland-*.so libraries. You should only need +this crate if you are working on custom wayland protocol extensions. Look at +the crate wayland-client for usable bindings.") + (license license:expat))) + -- cgit v1.2.3