gnu: Remove rust-xkbcommon-0.5.

* gnu/packages/crates-graphics.scm (rust-xkbcommon-0.5): Delete variable.

Change-Id: I7cbad2978cb82d047449a8fc6ffdde6cc5def654
This commit is contained in:
Efraim Flashner 2024-12-31 16:04:18 +02:00
parent 535451953e
commit 4b5ef7962c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6792,24 +6792,6 @@ (define-public rust-xkbcommon-0.7
for @code{libxkbcommon}.")
(license license:expat)))
(define-public rust-xkbcommon-0.5
(package
(inherit rust-xkbcommon-0.7)
(name "rust-xkbcommon")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "xkbcommon" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "123b96fbp693z43z2f2gbadb9dzf523n2d21j3izcaz9k6sjbnsj"))))
(arguments
`(#:cargo-inputs (("rust-as-raw-xcb-connection" ,rust-as-raw-xcb-connection-1)
("rust-libc" ,rust-libc-0.2)
("rust-memmap2" ,rust-memmap2-0.7))
#:cargo-development-inputs (("rust-evdev" ,rust-evdev-0.11))))))
(define-public rust-xkbcommon-dl-0.4
(package
(name "rust-xkbcommon-dl")