mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: Add rust-xkbcommon-dl-0.4.
* gnu/packages/crates-graphics.scm (rust-xkbcommon-dl-0.4): New variable. Change-Id: I827d6ca7feaaa7aca91655b56d0c7ff699973caa
This commit is contained in:
parent
c85c1bf21e
commit
34ab4c5f7a
1 changed files with 24 additions and 0 deletions
|
@ -5135,6 +5135,30 @@ (define-public rust-x11-dl-2
|
||||||
(description "This package provides X11 library bindings for Rust.")
|
(description "This package provides X11 library bindings for Rust.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-xkbcommon-dl-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-xkbcommon-dl")
|
||||||
|
(version "0.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "xkbcommon-dl" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "16c6kmgqbffdsnw5w9q97p55d824ss3fqzif2lrh33648j2nc939"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||||
|
("rust-dlib" ,rust-dlib-0.5)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-once-cell" ,rust-once-cell-1)
|
||||||
|
("rust-xkeysym" ,rust-xkeysym-0.2))))
|
||||||
|
(home-page "https://github.com/rust-windowing/xkbcommon-dl")
|
||||||
|
(synopsis "Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings")
|
||||||
|
(description
|
||||||
|
"Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-xkeysym-0.2
|
(define-public rust-xkeysym-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-xkeysym")
|
(name "rust-xkeysym")
|
||||||
|
|
Loading…
Reference in a new issue