From 16489beb98c7e477dda3157463e57280f5dd3354 Mon Sep 17 00:00:00 2001 From: msglm Date: Sun, 9 Feb 2025 19:43:28 -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 05d6976..4647c79 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -2056,3 +2056,28 @@ the crate wayland-client for usable bindings.") improved memory safety.") (license license:isc))) +(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