mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
535451953e
commit
4b5ef7962c
1 changed files with 0 additions and 18 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue