[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
382/469: gnu: Add rust-objc2-0.3.
From: |
guix-commits |
Subject: |
382/469: gnu: Add rust-objc2-0.3. |
Date: |
Tue, 25 Apr 2023 15:04:24 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 1f1ee85c0b3890016df25115176ce1833430f10d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Apr 23 16:03:30 2023 +0300
gnu: Add rust-objc2-0.3.
* gnu/packages/crates-io.scm (rust-objc2-0.3): New variable.
---
gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2cedf43120..ddd48cdd88 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39811,6 +39811,33 @@ Foundation framework.")
"This package provides utilities for testing Objective-C interop.")
(license license:expat)))
+(define-public rust-objc2-0.3
+ (package
+ (name "rust-objc2")
+ (version "0.3.0-beta.3")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "objc2" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0jfnrwmp6n2d6snlpcyfk9l41nhm50wj9h42b6hqj2rxbm1facgy"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-block2" ,rust-block2-0.2) ; 0.2.0-alpha.6
+ ("rust-objc-sys" ,rust-objc-sys-0.2) ; 0.2.0-beta.2
+ ("rust-objc2-encode" ,rust-objc2-encode-2) ; 2.0.0-pre.2
+ ("rust-objc2-proc-macros" ,rust-objc2-proc-macros-0.1)
+ ("rust-uuid" ,rust-uuid-1))))
+ (home-page "https://github.com/madsmtm/objc2")
+ (synopsis
+ "Objective-C interface and bindings to the Cocoa Foundation framework")
+ (description "This package provides Objective-C interface and bindings to
+the Cocoa Foundation framework.")
+ (license license:expat)))
+
(define-public rust-objc2-encode-2
(package
(name "rust-objc2-encode")
- 295/469: gnu: rust-tikv-jemalloc-sys-0.4: Remove bundled sources., (continued)
- 295/469: gnu: rust-tikv-jemalloc-sys-0.4: Remove bundled sources., guix-commits, 2023/04/25
- 309/469: gnu: rust-python3-dll-a-0.2: Update to 0.2.6., guix-commits, 2023/04/25
- 306/469: gnu: Add rust-1.68., guix-commits, 2023/04/25
- 336/469: gnu: Add rust-rend-0.4., guix-commits, 2023/04/25
- 345/469: gnu: Add rust-structmeta-derive-0.1., guix-commits, 2023/04/25
- 349/469: gnu: Add rust-windows-interface-0.46., guix-commits, 2023/04/25
- 356/469: gnu: rust-1.68: Update to 1.68.2., guix-commits, 2023/04/25
- 353/469: gnu: Add rust-itoap-1., guix-commits, 2023/04/25
- 372/469: gnu: rust-libgit2-sys-0.12: Update to 0.12.26., guix-commits, 2023/04/25
- 366/469: gnu: Add rust-nom-derive-impl-0.10., guix-commits, 2023/04/25
- 382/469: gnu: Add rust-objc2-0.3.,
guix-commits <=
- 389/469: gnu: rust-wayland-scanner-0.29: Update to 0.29.5., guix-commits, 2023/04/25
- 390/469: gnu: rust-wayland-server-0.29: Update to 0.29.5., guix-commits, 2023/04/25
- 269/469: gnu: rust-signal-hook-0.3: Update to 0.3.15., guix-commits, 2023/04/25
- 277/469: gnu: rust-anyhow-1: Update to 1.0.69., guix-commits, 2023/04/25
- 274/469: gnu: Add rust-mock-instant-0.2., guix-commits, 2023/04/25
- 94/469: gnu: Add rust-rustls-ffi-0.8., guix-commits, 2023/04/25
- 163/469: gnu: Remove rust-rustc-rayon-0.3., guix-commits, 2023/04/25
- 206/469: gnu: rust-libz-sys-1: Update to 1.1.8., guix-commits, 2023/04/25
- 311/469: gnu: Add rust-associative-cache-1., guix-commits, 2023/04/25
- 314/469: gnu: Add rust-pyo3-ffi-0.18., guix-commits, 2023/04/25