mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add rust-x11-2.
* gnu/packages/crates-io.scm (rust-x11-2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e30c38c227
commit
d506aabcb8
1 changed files with 23 additions and 0 deletions
|
@ -15165,6 +15165,29 @@ (define-public rust-ws2-32-sys-0.2
|
|||
"Contains function definitions for the Windows API library ws2_32.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-x11-2
|
||||
(package
|
||||
(name "rust-x11")
|
||||
(version "2.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "x11" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dg2d0yrqmwg6prpxkw3vpmwzwxnaki2cn0v64ylh5gp4cqpws9r"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3))))
|
||||
(home-page "https://github.com/erlepereira/x11-rs.git")
|
||||
(synopsis "X11 library bindings for Rust")
|
||||
(description "X11 library bindings for Rust.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public rust-xattr-0.2
|
||||
(package
|
||||
(name "rust-xattr")
|
||||
|
|
Loading…
Reference in a new issue