mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-x11rb-0.11.
* gnu/packages/crates-graphics.scm (rust-x11rb-0.11): New variable. Change-Id: If4551b2b0b1a4ef8f692d675f2156b386198fa2c
This commit is contained in:
parent
7c3d705f71
commit
4f3e87d48d
1 changed files with 22 additions and 0 deletions
|
@ -4925,6 +4925,28 @@ the platform-specific getters provided by winit, or another library.")
|
|||
(description "This package provides Rust bindings to X11.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-x11rb-0.11
|
||||
(package
|
||||
(inherit rust-x11rb-0.13)
|
||||
(name "rust-x11rb")
|
||||
(version "0.11.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "x11rb" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "05wn86brwm1cd8xgrbs9s1fy71asav8qlsrnlzkvm4fx2aacgwyd"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-gethostname" ,rust-gethostname-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-libloading" ,rust-libloading-0.7)
|
||||
("rust-nix" ,rust-nix-0.25)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-winapi" ,rust-winapi-0.3)
|
||||
("rust-winapi-wsapoll" ,rust-winapi-wsapoll-0.1)
|
||||
("rust-x11rb-protocol" ,rust-x11rb-protocol-0.11))))))
|
||||
|
||||
(define-public rust-x11rb-0.10
|
||||
(package
|
||||
(inherit rust-x11rb-0.13)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue