mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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:
parent
b87fc11627
commit
3eadf0b873
1 changed files with 26 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue