[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
380/475: gnu: Add rust-objc2-proc-macros-0.1.
From: |
guix-commits |
Subject: |
380/475: gnu: Add rust-objc2-proc-macros-0.1. |
Date: |
Sun, 7 May 2023 12:48:15 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit b618acd14880b4a1ab40937aa08f5b299fb2ba7a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Apr 23 16:02:39 2023 +0300
gnu: Add rust-objc2-proc-macros-0.1.
* gnu/packages/crates-io.scm (rust-objc2-proc-macros-0.1): New variable.
---
gnu/packages/crates-io.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1f09862589..bb11c48372 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39811,6 +39811,23 @@ Foundation framework.")
"This package provides utilities for testing Objective-C interop.")
(license license:expat)))
+(define-public rust-objc2-proc-macros-0.1
+ (package
+ (name "rust-objc2-proc-macros")
+ (version "0.1.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "objc2-proc-macros" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "07j3snswvj6532x32zgn4llc2xaf31rj4iw18n6dsrf2p0jvh1xr"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/madsmtm/objc2";)
+ (synopsis "Procedural macros for the objc2 project")
+ (description "This package provides procedural macros for the objc2
project.")
+ (license license:expat)))
+
(define-public rust-object-0.29
(package
(name "rust-object")
- 341/475: gnu: rust-serde-derive-1: Update to 1.0.158., (continued)
- 341/475: gnu: rust-serde-derive-1: Update to 1.0.158., guix-commits, 2023/05/07
- 352/475: gnu: rust-bytecount-0.6: Update to 0.6.2., guix-commits, 2023/05/07
- 379/475: gnu: Add rust-objc-sys-0.2., guix-commits, 2023/05/07
- 355/475: gnu: rust: Disable tests that fail on aarch64., guix-commits, 2023/05/07
- 398/475: gnu: Add rust-simple-logger-2., guix-commits, 2023/05/07
- 384/475: gnu: rust-wayland-client-0.29: Update to 0.29.5., guix-commits, 2023/05/07
- 362/475: gnu: newsboat: Update to 2.31., guix-commits, 2023/05/07
- 404/475: gnu: Add rust-x11rb-protocol-0.10., guix-commits, 2023/05/07
- 367/475: gnu: rust-pktparse-0.5: Update to 0.7.1., guix-commits, 2023/05/07
- 360/475: gnu: rust-once-cell-1: Update to 1.17.1., guix-commits, 2023/05/07
- 380/475: gnu: Add rust-objc2-proc-macros-0.1.,
guix-commits <=
- 395/475: gnu: rust-x11-dl-2: Update to 2.21.0., guix-commits, 2023/05/07
- 412/475: gnu: rust-notify-5: Update to 5.1.0., guix-commits, 2023/05/07
- 421/475: gnu: rust-serde-json-1: Update to 1.0.96., guix-commits, 2023/05/07
- 416/475: gnu: Add rust-sdl2-sys-0.35., guix-commits, 2023/05/07
- 414/475: gnu: Add rust-unindent-0.2., guix-commits, 2023/05/07
- 381/475: gnu: Add rust-objc2-encode-2., guix-commits, 2023/05/07
- 389/475: gnu: rust-wayland-scanner-0.29: Update to 0.29.5., guix-commits, 2023/05/07
- 375/475: gnu: alacritty: Update to 0.12.0., guix-commits, 2023/05/07
- 390/475: gnu: rust-wayland-server-0.29: Update to 0.29.5., guix-commits, 2023/05/07
- 353/475: gnu: Add rust-itoap-1., guix-commits, 2023/05/07