mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: Add rust-objc2-core-location-0.2.
* gnu/packages/crates-apple.scm (rust-objc2-core-location-0.2): New variable. Change-Id: I36103292af7dd803923d90bdd82ad81ae55e6072
This commit is contained in:
parent
5524612f8d
commit
df0fcf9918
1 changed files with 25 additions and 0 deletions
|
@ -1352,6 +1352,31 @@ (define-public rust-objc2-core-image-0.2
|
|||
"This package provides bindings to the @code{CoreImage} framework.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-objc2-core-location-0.2
|
||||
(package
|
||||
(name "rust-objc2-core-location")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "objc2-core-location" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10apgsrigqryvi4rcc0f6yfjflvrl83f4bi5hkr48ck89vizw300"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
;; Must specify the desired runtime using Cargo features on non-Apple platforms
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-block2" ,rust-block2-0.5)
|
||||
("rust-objc2" ,rust-objc2-0.5)
|
||||
("rust-objc2-contacts" ,rust-objc2-contacts-0.2)
|
||||
("rust-objc2-foundation" ,rust-objc2-foundation-0.2))))
|
||||
(home-page "https://github.com/madsmtm/objc2")
|
||||
(synopsis "Bindings to the CoreLocation framework")
|
||||
(description
|
||||
"This package provides bindings to the @code{CoreLocation} framework.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-objc2-encode-4
|
||||
(package
|
||||
(name "rust-objc2-encode")
|
||||
|
|
Loading…
Reference in a new issue