1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: Add rust-search-provider-0.8.

* gnu/packages/crates-gtk.scm (rust-search-provider-0.8): New variable.

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

View file

@ -4093,6 +4093,32 @@ library.")
(("rust-shell-words" ,rust-shell-words-1)
("rust-tempfile" ,rust-tempfile-3))))))
(define-public rust-search-provider-0.8
(package
(name "rust-search-provider")
(version "0.8.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "search-provider" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1a683ndxh99sin4lr919wc8aakzgjiqlic1xglf4qs6gfpvs2prq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-futures-channel" ,rust-futures-channel-0.3)
("rust-futures-util" ,rust-futures-util-0.3)
("rust-gdk-pixbuf" ,rust-gdk-pixbuf-0.19)
("rust-gdk4" ,rust-gdk4-0.8)
("rust-serde" ,rust-serde-1)
("rust-zbus" ,rust-zbus-4))))
(home-page "https://gitlab.gnome.org/World/Rust/search-provider")
(synopsis "Rust wrapper around the GNOME Shell search provider API")
(description
"This package provides a Rust wrapper around the GNOME Shell search
provider API.")
(license license:gpl3+)))
(define-public rust-soup-sys-0.10
(package
(name "rust-soup-sys")