all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75060@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75060] [PATCH rust-team 3/5] gnu: rust-x11-clipboard-0.7: Order alphabetically.
Date: Tue, 24 Dec 2024 11:11:48 +0100	[thread overview]
Message-ID: <4a7475cb78503cf00c3ad2a0a7563c5a1a12c8db.1735034375.git.herman@rimm.ee> (raw)
In-Reply-To: <af73e72da18d71c8a07b15bffa4252638e062ea3.1735034375.git.herman@rimm.ee>

* gnu/packages/crates-graphics.scm (rust-x11-clipboard-0.7): Order.

Change-Id: Ib6acb4592a5a9915572d4a89212cb3db24a597a6
---
 gnu/packages/crates-graphics.scm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 191fbefb5b..92d5e10036 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -6504,6 +6504,22 @@ (define-public rust-x11-clipboard-0.8
                (setenv "DISPLAY" display)
                (system (string-append xvfb " " display " &"))))))))))
 
+(define-public rust-x11-clipboard-0.7
+  (package
+    (inherit rust-x11-clipboard-0.8)
+    (name "rust-x11-clipboard")
+    (version "0.7.1")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "x11-clipboard" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0r3lgslbbdf0mb914n0f9q2pqci407r1pcddwbl7sfvc4alrl2wq"))))
+    (arguments
+     `(#:tests? #f      ; Wants a running X server.
+       #:cargo-inputs (("rust-x11rb" ,rust-x11rb-0.10))))))
+
 (define-public rust-x11rb-0.13
   (package
     (name "rust-x11rb")
@@ -6702,22 +6718,6 @@ (define-public rust-x11rb-protocol-0.10
        #:cargo-development-inputs
        (("rust-criterion" ,rust-criterion-0.3))))))
 
-(define-public rust-x11-clipboard-0.7
-  (package
-    (inherit rust-x11-clipboard-0.8)
-    (name "rust-x11-clipboard")
-    (version "0.7.1")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "x11-clipboard" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "0r3lgslbbdf0mb914n0f9q2pqci407r1pcddwbl7sfvc4alrl2wq"))))
-    (arguments
-     `(#:tests? #f      ; Wants a running X server.
-       #:cargo-inputs (("rust-x11rb" ,rust-x11rb-0.10))))))
-
 (define-public rust-x11-dl-2
   (package
     (name "rust-x11-dl")
-- 
2.45.2





  parent reply	other threads:[~2024-12-24 10:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-24 10:02 [bug#75060] [PATCH rust-team 1/5] gnu: rust-x11-clipboard-0.9: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 10:11 ` [bug#75060] [PATCH rust-team 2/5] gnu: rust-x11-clipboard-0.8: " Herman Rimm via Guix-patches via
2024-12-24 10:11 ` Herman Rimm via Guix-patches via [this message]
2024-12-24 10:11 ` [bug#75060] [PATCH rust-team 4/5] gnu: rust-x11-dl-2: " Herman Rimm via Guix-patches via
2024-12-24 10:11 ` [bug#75060] [PATCH rust-team 5/5] gnu: rust-xkb-0.3: " Herman Rimm via Guix-patches via
2024-12-24 12:01 ` bug#75060: [PATCH rust-team 1/5] gnu: rust-x11-clipboard-0.9: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4a7475cb78503cf00c3ad2a0a7563c5a1a12c8db.1735034375.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=75060@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.