gnu: Add rust-objc2-user-notifications-0.2.

* gnu/packages/crates-apple.scm (rust-objc2-user-notifications-0.2): New
variable.

Change-Id: Iae7430119b85058795cd2a2de6358c89bbbd3596
This commit is contained in:
Efraim Flashner 2024-11-14 10:23:52 +02:00
parent b87fc11627
commit 3eadf0b873
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1517,6 +1517,32 @@ (define-public rust-objc2-proc-macros-0.1
(description "This package provides procedural macros for the objc2 project.")
(license license:expat)))
(define-public rust-objc2-user-notifications-0.2
(package
(name "rust-objc2-user-notifications")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "objc2-user-notifications" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1cscv2w3vxzaslz101ddv0z9ycrrs4ayikk4my4qd3im8bvcpkvn"))))
(build-system cargo-build-system)
(arguments
;; Must specify the desired runtime using Cargo features on non-Apple platforms
`(#:skip-build? #t
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
("rust-block2" ,rust-block2-0.5)
("rust-objc2" ,rust-objc2-0.5)
("rust-objc2-core-location" ,rust-objc2-core-location-0.2)
("rust-objc2-foundation" ,rust-objc2-foundation-0.2))))
(home-page "https://github.com/madsmtm/objc2")
(synopsis "Bindings to the UserNotifications framework")
(description
"This package provides bindings to the @code{UserNotifications} framework.")
(license license:expat)))
(define-public rust-readkey-0.1
(package
(name "rust-readkey")