mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: Add rust-x11rb-protocol-0.11.
* gnu/packages/crates-graphics.scm (rust-x11rb-protocol-0.11): New variable. Change-Id: I63b38c06c3f230a926b499a45e9c0564043a985e
This commit is contained in:
parent
0922da22b2
commit
16a97a9c21
1 changed files with 17 additions and 0 deletions
|
@ -5013,6 +5013,23 @@ (define-public rust-x11rb-protocol-0.13
|
|||
(description "Rust bindings to X11.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-x11rb-protocol-0.11
|
||||
(package
|
||||
(inherit rust-x11rb-protocol-0.13)
|
||||
(name "rust-x11rb-protocol")
|
||||
(version "0.11.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "x11rb-protocol" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mlwsfb4w8dic0hf0qdxix81f7w07z9v2nsdwly0f8qi2hxm3cg0"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-nix" ,rust-nix-0.25)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3))))))
|
||||
|
||||
(define-public rust-x11rb-protocol-0.10
|
||||
(package
|
||||
(inherit rust-x11rb-protocol-0.13)
|
||||
|
|
Loading…
Reference in a new issue