me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-wayland-scanner-0.21.

* gnu/packages/crates-io.scm (rust-wayland-scanner-0.21): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Valentin Ignatev 2020-02-02 02:48:44 +03:00 committed by Efraim Flashner
parent d78c798bd7
commit 75e4ad6713
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 15 additions and 0 deletions

View File

@ -19883,6 +19883,21 @@ you are working on custom wayland protocol extensions.
Look at the crate wayland-client for usable bindings.")
(license license:expat)))
(define-public rust-wayland-scanner-0.21
(package
(inherit rust-wayland-scanner-0.23)
(name "rust-wayland-scanner")
(version "0.21.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-scanner" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"17mp49v7w0p0x5ry628lj2llljnwkr9aj9g4bqqhfibid32jhf5z"))))))
(define-public rust-wayland-server-0.23
(package
(name "rust-wayland-server")