From 6ae6dfba27301d5ab10f9cd781a748c0a0751ed3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 22 Jan 2024 21:37:52 +0200 Subject: [PATCH] gnu: Remove rust-xcb-0.9. * gnu/packages/crates-io.scm (rust-xcb-0.9): Delete variable. Change-Id: Ic06311c6d35620c9364a176732fe0adcaecbbeaf --- gnu/packages/crates-io.scm | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 4014a2200b..15556ec580 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -78371,33 +78371,6 @@ extended attributes.") "This package provides Rust bindings and wrappers for XCB.") (license license:expat))) -(define-public rust-xcb-0.9 - (package - (inherit rust-xcb-1) - (name "rust-xcb") - (version "0.9.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "xcb" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "19i2pm8alpn2f0m4jg8bsw6ckw8irj1wjh55h9pi2fcb2diny1b2")))) - (build-system cargo-build-system) - (arguments - `(#:tests? #f ; Building all the features tests the code. - #:cargo-build-flags '("--features" "debug_all") - #:cargo-inputs - (("rust-libc" ,rust-libc-0.2) - ("rust-log" ,rust-log-0.4) - ("rust-x11" ,rust-x11-2)))) - (inputs - (list libx11 libxcb xcb-proto)) - (native-inputs - (list pkg-config python)))) - (define-public rust-xcursor-0.3 (package (name "rust-xcursor")