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 4/5] gnu: rust-x11-dl-2: Order alphabetically.
Date: Tue, 24 Dec 2024 11:11:49 +0100 [thread overview]
Message-ID: <09f33213aa50c7f62377a578daa4fae86c3e40be.1735034375.git.herman@rimm.ee> (raw)
In-Reply-To: <af73e72da18d71c8a07b15bffa4252638e062ea3.1735034375.git.herman@rimm.ee>
* gnu/packages/crates-graphics.scm (rust-x11-dl-2): Order.
Change-Id: Ia2f163c5518243bea4147f2ea7d4e8c4186e91e8
---
gnu/packages/crates-graphics.scm | 46 ++++++++++++++++----------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 92d5e10036..a10a511b41 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -6520,6 +6520,29 @@ (define-public rust-x11-clipboard-0.7
`(#: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")
+ (version "2.21.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "x11-dl" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0vsiq62xpcfm0kn9zjw5c9iycvccxl22jya8wnk18lyxzqj5jwrq"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-libc" ,rust-libc-0.2)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-pkg-config" ,rust-pkg-config-0.3))))
+ (home-page "https://github.com/erlepereira/x11-rs.git")
+ (synopsis "X11 library bindings for Rust")
+ (description "This package provides X11 library bindings for Rust.")
+ (license license:expat)))
+
(define-public rust-x11rb-0.13
(package
(name "rust-x11rb")
@@ -6718,29 +6741,6 @@ (define-public rust-x11rb-protocol-0.10
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.3))))))
-(define-public rust-x11-dl-2
- (package
- (name "rust-x11-dl")
- (version "2.21.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "x11-dl" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0vsiq62xpcfm0kn9zjw5c9iycvccxl22jya8wnk18lyxzqj5jwrq"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-libc" ,rust-libc-0.2)
- ("rust-once-cell" ,rust-once-cell-1)
- ("rust-pkg-config" ,rust-pkg-config-0.3))))
- (home-page "https://github.com/erlepereira/x11-rs.git")
- (synopsis "X11 library bindings for Rust")
- (description "This package provides X11 library bindings for Rust.")
- (license license:expat)))
-
(define-public rust-xkbcommon-0.7
(package
(name "rust-xkbcommon")
--
2.45.2
next prev 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 ` [bug#75060] [PATCH rust-team 3/5] gnu: rust-x11-clipboard-0.7: " 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 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=09f33213aa50c7f62377a578daa4fae86c3e40be.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.