guix-commits
[Top][All Lists]
Advanced

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

74/193: gnu: Remove rust-x11-clipboard-0.4.


From: guix-commits
Subject: 74/193: gnu: Remove rust-x11-clipboard-0.4.
Date: Mon, 24 Oct 2022 03:51:51 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 858a704a2384b9ced4f04aa013a7c4512bd64228
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:31:56 2022 +0300

    gnu: Remove rust-x11-clipboard-0.4.
    
    * gnu/packages/crates-graphics.scm (rust-x11-clipboard-0.4): Delete 
variable.
---
 gnu/packages/crates-graphics.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index c447a58900..fe28bbadab 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -3508,26 +3508,6 @@ the platform-specific getters provided by winit, or 
another library.")
     (description "This package provides x11 clipboard support for Rust.")
     (license license:expat)))
 
-(define-public rust-x11-clipboard-0.4
-  (package
-    (inherit rust-x11-clipboard-0.5)
-    (name "rust-x11-clipboard")
-    (version "0.4.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "x11-clipboard" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0nqdnswiyj28b1izjp5rzbc67cxpb5c8p4vh1xyndkirzs84vqqk"))))
-    (arguments
-     `(#:tests? #f  ; Tests require display server.
-       #:cargo-inputs (("rust-xcb" ,rust-xcb-0.9))))
-    (native-inputs
-     (list python))))
-
 (define-public rust-x11-dl-2
   (package
     (name "rust-x11-dl")



reply via email to

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