gnu: Add rust-xcb-0.9.
* gnu/packages/crates-io.scm (rust-xcb-0.9): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d506aabcb8
commit
24783bd622
1 changed files with 28 additions and 0 deletions
|
@ -15215,6 +15215,34 @@ extended attributes.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-xcb-0.9
|
||||||
|
(package
|
||||||
|
(name "rust-xcb")
|
||||||
|
(version "0.9.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "xcb" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"19i2pm8alpn2f0m4jg8bsw6ckw8irj1wjh55h9pi2fcb2diny1b2"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-x11" ,rust-x11-2))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-libc" ,rust-libc-0.2))))
|
||||||
|
(home-page "https://github.com/rtbo/rust-xcb")
|
||||||
|
(synopsis "Rust bindings and wrappers for XCB")
|
||||||
|
(description
|
||||||
|
"Rust bindings and wrappers for XCB")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-xdg-2.2
|
(define-public rust-xdg-2.2
|
||||||
(package
|
(package
|
||||||
(name "rust-xdg")
|
(name "rust-xdg")
|
||||||
|
|
Reference in a new issue