diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-31 16:04:18 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:22:12 +0200 |
commit | 4b5ef7962c73124b81bef6a8e8079d1272a47522 (patch) | |
tree | a387b8beaccc8b20a58bb37e31a041d49dca77aa | |
parent | 535451953eb6232a4449de08259fbe503a31f7e0 (diff) | |
download | guix-4b5ef7962c73124b81bef6a8e8079d1272a47522.tar.gz guix-4b5ef7962c73124b81bef6a8e8079d1272a47522.zip |
gnu: Remove rust-xkbcommon-0.5.
* gnu/packages/crates-graphics.scm (rust-xkbcommon-0.5): Delete variable.
Change-Id: I7cbad2978cb82d047449a8fc6ffdde6cc5def654
-rw-r--r-- | gnu/packages/crates-graphics.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 1a21c98427..9192a6c053 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -6792,24 +6792,6 @@ platform-specific getters provided by winit, or another library.") 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") |