1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: Add rust-gdk4-wayland-sys-0.7.

* gnu/packages/crates-gtk.scm (rust-gdk4-wayland-sys-0.7): New variable.

Change-Id: I13e5f5e8aa87ac3b541cd1cceef7ac0419f18cd8
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Giacomo Leidi 2024-11-07 23:22:04 +01:00 committed by Efraim Flashner
parent af7d1d782b
commit ccba19599c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1224,6 +1224,31 @@
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
("rust-tempfile" ,rust-tempfile-3))))))
(define-public rust-gdk4-wayland-sys-0.7
(package
(name "rust-gdk4-wayland-sys")
(version "0.7.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "gdk4-wayland-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "092nbn4gk82kbdvji2qnqy181l4pf5i8961bb8nj3q3a4nz5k0fl"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-glib-sys" ,rust-glib-sys-0.18)
("rust-libc" ,rust-libc-0.2)
("rust-system-deps" ,rust-system-deps-6))
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
("rust-tempfile" ,rust-tempfile-3))))
(native-inputs (list pkg-config))
(inputs (list glib gtk))
(home-page "https://gtk-rs.org/gtk4-rs")
(synopsis "FFI bindings of GDK4 Wayland")
(description "This package provides FFI bindings of GDK4 Wayland.")
(license license:expat)))
(define-public rust-gio-0.20
(package
(name "rust-gio")