mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
4b5ef7962c
commit
94e2c19df8
1 changed files with 0 additions and 23 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue