mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01: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 @@ (define-public rust-wayland-sys-0.23
|
|||
protocol extensions. Look at the crate wayland-client for usable bindings.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-wayland-client")
|
||||
|
|
Loading…
Reference in a new issue