[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
89/350: gnu: Add rust-mac-notification-sys-0.6.
From: |
guix-commits |
Subject: |
89/350: gnu: Add rust-mac-notification-sys-0.6. |
Date: |
Sun, 15 Dec 2024 02:14:01 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 3df639bed3bdd320ced199024244725875bb8fa6
Author: Jordan Moore <lockbox@struct.foo>
AuthorDate: Mon Dec 2 22:00:08 2024 -0500
gnu: Add rust-mac-notification-sys-0.6.
* gnu/packages/crates-apple.scm (rust-mac-notification-sys-0.6): New
variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-apple.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/crates-apple.scm b/gnu/packages/crates-apple.scm
index 1180b9b875..2534ea122f 100644
--- a/gnu/packages/crates-apple.scm
+++ b/gnu/packages/crates-apple.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2023 Steve George <steve@futurile.net>
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
+;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -884,6 +885,31 @@ macOS API for file changes notifications")
(description "This package provides bindings to Apple's frameworks.")
(license license:expat)))
+(define-public rust-mac-notification-sys-0.6
+ (package
+ (name "rust-mac-notification-sys")
+ (version "0.6.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "mac-notification-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "14cgvhb2790fzsilwdw720m2pc2zzk0zcgbjgqbkgahp6x7z7s6w"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t ;Requires OSX to build framework "Foundation"
+ #:cargo-inputs (("rust-cc" ,rust-cc-1)
+ ("rust-dirs-next" ,rust-dirs-next-2)
+ ("rust-objc-foundation" ,rust-objc-foundation-0.1)
+ ("rust-objc-id" ,rust-objc-id-0.1)
+ ("rust-time" ,rust-time-0.3))))
+ (home-page "https://github.com/h4llow3En/mac-notification-sys")
+ (synopsis "Thin wrapper around macOS Notifications")
+ (description
+ "This package provides Thin wrapper around @code{macOS} Notifications.")
+ (license license:expat)))
+
(define-public rust-mach-0.3
(package
(name "rust-mach")
- 50/350: gnu: Add rust-cov-mark-1., (continued)
- 50/350: gnu: Add rust-cov-mark-1., guix-commits, 2024/12/15
- 54/350: gnu: Add rust-pulldown-cmark-escape-0.11., guix-commits, 2024/12/15
- 71/350: gnu: rust-hashlink-0.9: Update to 0.9.1., guix-commits, 2024/12/15
- 58/350: gnu: rust-peg-0.8: Update to 0.8.4., guix-commits, 2024/12/15
- 59/350: gnu: Add rust-libcst-derive-1., guix-commits, 2024/12/15
- 57/350: gnu: rust-peg-runtime-0.8: Update to 0.8.3., guix-commits, 2024/12/15
- 67/350: gnu: rust-any-all-workaround-0.1: Enable building., guix-commits, 2024/12/15
- 70/350: gnu: rust-hashlink-0.8: Update to 0.8.4., guix-commits, 2024/12/15
- 62/350: gnu: Add rust-rustyline-derive-0.6., guix-commits, 2024/12/15
- 80/350: gnu: Add rust-deelevate-0.2., guix-commits, 2024/12/15
- 89/350: gnu: Add rust-mac-notification-sys-0.6.,
guix-commits <=
- 81/350: gnu: Add rust-winsafe-0.0.19., guix-commits, 2024/12/15
- 102/350: gnu: Add rust-dlv-list-0.5., guix-commits, 2024/12/15
- 93/350: gnu: Add rust-unicode-width-0.2., guix-commits, 2024/12/15
- 100/350: gnu: Add rust-coverage-helper-0.2., guix-commits, 2024/12/15
- 103/350: gnu: Add rust-guess-host-triple-0.1., guix-commits, 2024/12/15
- 104/350: gnu: Add rust-mockall-derive-0.13., guix-commits, 2024/12/15
- 108/350: gnu: Add rust-notify-rust-4., guix-commits, 2024/12/15
- 109/350: gnu: Add rust-ordered-multimap-0.7., guix-commits, 2024/12/15
- 111/350: gnu: rust-miette-derive-7: Update to 7.4.0., guix-commits, 2024/12/15
- 114/350: gnu: rust-pest-generator-2: Update to 2.7.14., guix-commits, 2024/12/15