[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
393/459: gnu: Add rust-objc2-0.3.
From: |
guix-commits |
Subject: |
393/459: gnu: Add rust-objc2-0.3. |
Date: |
Mon, 24 Apr 2023 15:04:08 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 21be73c1f7194d1be9563cff743db20e409a38e1
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 4b7fa56131..44e670bfa4 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")
- 366/459: gnu: rust: Disable tests that fail on aarch64., (continued)
- 366/459: gnu: rust: Disable tests that fail on aarch64., guix-commits, 2023/04/24
- 365/459: gnu: Add python-orjson., guix-commits, 2023/04/24
- 380/459: gnu: rust-syscallz-0.15: Update to 0.16.2., guix-commits, 2023/04/24
- 376/459: gnu: rust-nom-derive-0.7: Update to 0.10.1., guix-commits, 2023/04/24
- 379/459: gnu: rust-pledge-0.3: Update to 0.4.2., guix-commits, 2023/04/24
- 368/459: gnu: Add rust-bitflags-2., guix-commits, 2023/04/24
- 369/459: gnu: rust-curl-sys-0.4: Update to 0.4.61+curl-8.0.1., guix-commits, 2023/04/24
- 372/459: gnu: rust-fastrand-1: Update to 1.9.0., guix-commits, 2023/04/24
- 390/459: gnu: Add rust-objc-sys-0.2., guix-commits, 2023/04/24
- 392/459: gnu: Add rust-objc2-encode-2., guix-commits, 2023/04/24
- 393/459: gnu: Add rust-objc2-0.3.,
guix-commits <=
- 395/459: gnu: rust-wayland-client-0.29: Update to 0.29.5., guix-commits, 2023/04/24
- 397/459: gnu: rust-wayland-cursor-0.29: Update to 0.29.5., guix-commits, 2023/04/24
- 398/459: gnu: rust-wayland-egl-0.29: Update to 0.29.5., guix-commits, 2023/04/24
- 402/459: gnu: Add rust-wayland-sys-0.30., guix-commits, 2023/04/24
- 406/459: gnu: rust-x11-dl-2: Update to 2.21.0., guix-commits, 2023/04/24
- 404/459: gnu: rust-core-graphics-0.22: Update to 0.22.3., guix-commits, 2023/04/24
- 407/459: gnu: Add rust-winit-0.28., guix-commits, 2023/04/24
- 412/459: gnu: rust-smithay-clipboard-0.6: Update to 0.6.6., guix-commits, 2023/04/24
- 418/459: gnu: rust-alacritty-terminal-0.15: Update to 0.18.0., guix-commits, 2023/04/24
- 423/459: gnu: rust-notify-5: Update to 5.1.0., guix-commits, 2023/04/24