mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-wayland-sys-0.21.
* gnu/packages/crates-io.scm (rust-wayland-sys-0.21): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
41c4270724
commit
d78c798bd7
1 changed files with 15 additions and 0 deletions
|
@ -19750,6 +19750,21 @@ You should only need this crate if you are working on custom wayland
|
||||||
protocol extensions. Look at the crate wayland-client for usable bindings.")
|
protocol extensions. Look at the crate wayland-client for usable bindings.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-wayland-sys-0.21
|
||||||
|
(package
|
||||||
|
(inherit rust-wayland-sys-0.23)
|
||||||
|
(name "rust-wayland-sys")
|
||||||
|
(version "0.21.13")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "wayland-sys" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0a0ndgkg98pvmkv44yya4f7mxzjaxylknqh64bpa05w0azyv02jj"))))))
|
||||||
|
|
||||||
(define-public rust-wayland-client-0.23
|
(define-public rust-wayland-client-0.23
|
||||||
(package
|
(package
|
||||||
(name "rust-wayland-client")
|
(name "rust-wayland-client")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue