mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: Add rust-xkeysym-0.2.
* gnu/packages/crates-graphics.scm (rust-xkeysym-0.2): New variable. Change-Id: Ie5fb3a1d32f3cea2e3c051c75219dc27dce96130
This commit is contained in:
parent
16a97a9c21
commit
c85c1bf21e
1 changed files with 23 additions and 0 deletions
|
@ -5135,6 +5135,29 @@ (define-public rust-x11-dl-2
|
|||
(description "This package provides X11 library bindings for Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-xkeysym-0.2
|
||||
(package
|
||||
(name "rust-xkeysym")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "xkeysym" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0886dn1rlkiazcp5n6ayqfg0ibpiny62dlbiyr9v4l32nxl8wjh5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bytemuck" ,rust-bytemuck-1)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs (("rust-bytemuck" ,rust-bytemuck-1)
|
||||
("rust-x11rb" ,rust-x11rb-0.11))))
|
||||
(home-page "https://github.com/notgull/xkeysym")
|
||||
(synopsis "Rust library for working with X11 keysyms")
|
||||
(description
|
||||
"This package provides a library for working with X11 keysyms.")
|
||||
(license (list license:expat license:asl2.0 license:zlib))))
|
||||
|
||||
(define-public rust-y4m-0.8
|
||||
(package
|
||||
(name "rust-y4m")
|
||||
|
|
Loading…
Reference in a new issue