mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-16 15:20:35 +02:00
gnu: Remove rust-x11rb-0.8.
* gnu/packages/crates-graphics.scm (rust-x11rb-0.8): Delete variable. Change-Id: I03a69729291b05ff6d795aaefa78d68771f3ad00
This commit is contained in:
@@ -6645,29 +6645,6 @@ platform-specific getters provided by winit, or another library.")
|
||||
("rust-winapi-wsapoll" ,rust-winapi-wsapoll-0.1)
|
||||
("rust-x11rb-protocol" ,rust-x11rb-protocol-0.10))))))
|
||||
|
||||
(define-public rust-x11rb-0.8
|
||||
(package
|
||||
(inherit rust-x11rb-0.10)
|
||||
(name "rust-x11rb")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "x11rb" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "068g5ll4l5f35c2v098hj0kj2c9ma0r7v3pbli164q9g7w5hiyvg"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#: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.20)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-winapi" ,rust-winapi-0.3)
|
||||
("rust-winapi-wsapoll" ,rust-winapi-wsapoll-0.1))))))
|
||||
|
||||
(define-public rust-x11rb-protocol-0.13
|
||||
(package
|
||||
(name "rust-x11rb-protocol")
|
||||
|
||||
Reference in New Issue
Block a user