diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-01-22 21:37:52 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-20 13:58:16 +0200 |
commit | 6ae6dfba27301d5ab10f9cd781a748c0a0751ed3 (patch) | |
tree | a856028464c1ce22497bd227aeb2d7541ca6b54b /gnu | |
parent | ffd5eeb5d48d38c035af89e4a41694186e2b6bd3 (diff) | |
download | guix-6ae6dfba27301d5ab10f9cd781a748c0a0751ed3.tar.gz |
gnu: Remove rust-xcb-0.9.
* gnu/packages/crates-io.scm (rust-xcb-0.9): Delete variable. Change-Id: Ic06311c6d35620c9364a176732fe0adcaecbbeaf
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 27 |
1 files changed, 0 insertions, 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") |