mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 09:00:39 +02:00
gnu: Remove rust-wayrs-scanner-0.13.
* gnu/packages/crates-graphics.scm (rust-wayrs-scanner-0.13): Delete variable. Change-Id: I552f7e9bd1efd396dbb8ba42081938d5dd4b4c44
This commit is contained in:
@@ -5937,25 +5937,6 @@ with wayrs-client.")
|
||||
from xml files.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-wayrs-scanner-0.13
|
||||
(package
|
||||
(inherit rust-wayrs-scanner-0.15)
|
||||
(name "rust-wayrs-scanner")
|
||||
(version "0.13.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayrs-scanner" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "07xzg36rnnsb4z4rd82r2mk3y05vg1ssfwrry2kd4yz395sx91z3"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-proc-macro-crate" ,rust-proc-macro-crate-3)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-2)
|
||||
("rust-wayrs-proto-parser" ,rust-wayrs-proto-parser-2))))))
|
||||
|
||||
(define-public rust-webp-0.3
|
||||
(package
|
||||
(name "rust-webp")
|
||||
|
||||
Reference in New Issue
Block a user