guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

69/154: gnu: Remove rust-xcb-0.9.


From: guix-commits
Subject: 69/154: gnu: Remove rust-xcb-0.9.
Date: Mon, 22 Jan 2024 15:36:45 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit f1d785a39d7daeaf0a4948dfc37df60da201eef2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:37:52 2024 +0200

    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 c29615e0e5..ea5843478e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -78340,33 +78340,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]