From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75058@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75058] [rust-team PATCH 5/5] gnu: rust-objc2-symbols-0.2: Order alphabetically.
Date: Tue, 24 Dec 2024 10:45:24 +0100 [thread overview]
Message-ID: <374db4abc1253afa2674b6888d01c49ba2a54019.1735032602.git.herman@rimm.ee> (raw)
In-Reply-To: <9de3d050b9aaa5fb069f25bfc4ea3384ea952a6c.1735032602.git.herman@rimm.ee>
* gnu/packages/crates-apple.scm (rust-objc2-symbols-0.2): Order.
Change-Id: I543f3c64f1c11043ed70f93fc9f8dd4e2de8d34d
---
gnu/packages/crates-apple.scm | 44 +++++++++++++++++------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/crates-apple.scm b/gnu/packages/crates-apple.scm
index ba67428d26..5e89d4f174 100644
--- a/gnu/packages/crates-apple.scm
+++ b/gnu/packages/crates-apple.scm
@@ -1570,6 +1570,28 @@ (define-public rust-objc2-quartz-core-0.2
framework.")
(license license:expat)))
+(define-public rust-objc2-symbols-0.2
+ (package
+ (name "rust-objc2-symbols")
+ (version "0.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "objc2-symbols" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1p04hjkxan18g2b7h9n2n8xxsvazapv2h6mfmmdk06zc7pz4ws0a"))))
+ (build-system cargo-build-system)
+ (arguments
+ ;; Must specify the desired runtime using Cargo features on non-Apple platforms
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-objc2" ,rust-objc2-0.5)
+ ("rust-objc2-foundation" ,rust-objc2-foundation-0.2))))
+ (home-page "https://github.com/madsmtm/objc2")
+ (synopsis "Bindings to the Symbols framework")
+ (description "This package Provides Bindings to the Symbols framework.")
+ (license license:expat)))
+
(define-public rust-objc2-ui-kit-0.2
(package
(name "rust-objc2-ui-kit")
@@ -1604,28 +1626,6 @@ (define-public rust-objc2-ui-kit-0.2
(description "This package provides bindings to the UIKit framework.")
(license license:expat)))
-(define-public rust-objc2-symbols-0.2
- (package
- (name "rust-objc2-symbols")
- (version "0.2.2")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "objc2-symbols" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1p04hjkxan18g2b7h9n2n8xxsvazapv2h6mfmmdk06zc7pz4ws0a"))))
- (build-system cargo-build-system)
- (arguments
- ;; Must specify the desired runtime using Cargo features on non-Apple platforms
- `(#:skip-build? #t
- #:cargo-inputs (("rust-objc2" ,rust-objc2-0.5)
- ("rust-objc2-foundation" ,rust-objc2-foundation-0.2))))
- (home-page "https://github.com/madsmtm/objc2")
- (synopsis "Bindings to the Symbols framework")
- (description "This package Provides Bindings to the Symbols framework.")
- (license license:expat)))
-
(define-public rust-objc2-uniform-type-identifiers-0.2
(package
(name "rust-objc2-uniform-type-identifiers")
--
2.45.2
next prev parent reply other threads:[~2024-12-24 9:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 9:31 [bug#75058] [rust-team PATCH 1/5] gnu: rust-block-sys-0.2: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 9:45 ` [bug#75058] [rust-team PATCH 2/5] gnu: rust-block-sys-0.1: " Herman Rimm via Guix-patches via
2024-12-24 9:45 ` [bug#75058] [rust-team PATCH 3/5] gnu: rust-coreaudio-sys-0.2: " Herman Rimm via Guix-patches via
2024-12-24 9:45 ` [bug#75058] [rust-team PATCH 4/5] gnu: rust-coreaudio-rs-0.10: " Herman Rimm via Guix-patches via
2024-12-24 9:45 ` Herman Rimm via Guix-patches via [this message]
2024-12-24 12:01 ` bug#75058: [rust-team PATCH 1/5] gnu: rust-block-sys-0.2: " 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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=374db4abc1253afa2674b6888d01c49ba2a54019.1735032602.git.herman@rimm.ee \
--to=guix-patches@gnu.org \
--cc=75058@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).