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: 75058@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75058] [rust-team PATCH 3/5] gnu: rust-coreaudio-sys-0.2: Order alphabetically.
Date: Tue, 24 Dec 2024 10:45:22 +0100	[thread overview]
Message-ID: <b97732d23a2bbf8aa4b18dd06a51f5aa8661210b.1735032602.git.herman@rimm.ee> (raw)
In-Reply-To: <9de3d050b9aaa5fb069f25bfc4ea3384ea952a6c.1735032602.git.herman@rimm.ee>

* gnu/packages/crates-apple.scm (rust-coreaudio-sys-0.2): Order.

Change-Id: Iccc26a7f18dd8492c4aabab91312d1c8a7630a66
---
 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 cc06eac983..b2b320bb66 100644
--- a/gnu/packages/crates-apple.scm
+++ b/gnu/packages/crates-apple.scm
@@ -458,28 +458,6 @@ (define-public rust-coreaudio-rs-0.10
      "This package provides a rust interface for Apple's CoreAudio API.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-coreaudio-sys-0.2
-  (package
-    (name "rust-coreaudio-sys")
-    (version "0.2.15")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "coreaudio-sys" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "1agmf1idf5m08rgkvsdxqni985acmrs629xzlpqgazq54x85h0bz"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t ; Only builds for macos or ios.
-       #:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.69))))
-    (home-page "https://github.com/RustAudio/coreaudio-sys")
-    (synopsis
-     "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen")
-    (description
-     "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen.")
-    (license license:expat)))
-
 (define-public rust-core-foundation-0.10
   (package
     (name "rust-core-foundation")
@@ -689,6 +667,28 @@ (define-public rust-core-text-19
         ("rust-foreign-types" ,rust-foreign-types-0.3)
         ("rust-libc" ,rust-libc-0.2))))))
 
+(define-public rust-coreaudio-sys-0.2
+  (package
+    (name "rust-coreaudio-sys")
+    (version "0.2.15")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "coreaudio-sys" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1agmf1idf5m08rgkvsdxqni985acmrs629xzlpqgazq54x85h0bz"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t ; Only builds for macos or ios.
+       #:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.69))))
+    (home-page "https://github.com/RustAudio/coreaudio-sys")
+    (synopsis
+     "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen")
+    (description
+     "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen.")
+    (license license:expat)))
+
 (define-public rust-dispatch-0.2
   (package
     (name "rust-dispatch")
-- 
2.45.2





  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 ` Herman Rimm via Guix-patches via [this message]
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 ` [bug#75058] [rust-team PATCH 5/5] gnu: rust-objc2-symbols-0.2: " Herman Rimm via Guix-patches via
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

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

  git send-email \
    --in-reply-to=b97732d23a2bbf8aa4b18dd06a51f5aa8661210b.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 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.