1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: Remove rust-pangocairo-sys-0.15.

* gnu/packages/crates-gtk.scm (rust-pangocairo-sys-0.15): Delete variable.

Change-Id: I67dbeded02fba97714b9ddebe408a4ebe417c0d3
This commit is contained in:
Efraim Flashner 2024-12-31 15:54:39 +02:00
parent 4d06ec465e
commit 54e37bd469
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5124,31 +5124,6 @@ library.")
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
("rust-tempfile" ,rust-tempfile-3))))))
(define-public rust-pangocairo-sys-0.15
(package
(inherit rust-pangocairo-sys-0.17)
(name "rust-pangocairo-sys")
(version "0.15.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "pangocairo-sys" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"154llaawy60zh8fkw2yq0r31ynpmqlsr7brryzaq2v4ijijp9kvq"))))
(arguments
`(#:cargo-inputs
(("rust-cairo-sys-rs" ,rust-cairo-sys-rs-0.15)
("rust-glib-sys" ,rust-glib-sys-0.15)
("rust-libc" ,rust-libc-0.2)
("rust-pango-sys" ,rust-pango-sys-0.15)
("rust-system-deps" ,rust-system-deps-6))
#:cargo-development-inputs
(("rust-shell-words" ,rust-shell-words-1)
("rust-tempfile" ,rust-tempfile-3))))))
(define-public rust-search-provider-0.8
(package
(name "rust-search-provider")