mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-objc-sys-0.3: Update to 0.3.5.
* gnu/packages/crates-apple.scm (rust-objc-sys-0.3): Update to 0.3.5. Change-Id: I73098dcf57727fc5d45d97f89411d452acd458fc
This commit is contained in:
parent
8dc4407e1c
commit
c7d90207a9
1 changed files with 4 additions and 3 deletions
|
@ -1090,17 +1090,18 @@ Foundation framework.")
|
||||||
(define-public rust-objc-sys-0.3
|
(define-public rust-objc-sys-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-objc-sys")
|
(name "rust-objc-sys")
|
||||||
(version "0.3.2")
|
(version "0.3.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "objc-sys" version))
|
(uri (crate-uri "objc-sys" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nbl4p4dmajhm0ji1z09jrlrxhqs4jfkvj1zjschh38qwhj17iy7"))))
|
"0423gry7s3rmz8s3pzzm1zy5mdjif75g6dbzc2lf2z0c77fipffd"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t ; Needs gcc-objc
|
;; Must specify the desired runtime using Cargo features on non-Apple platforms
|
||||||
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs (("rust-cc" ,rust-cc-1))))
|
#:cargo-inputs (("rust-cc" ,rust-cc-1))))
|
||||||
(home-page "https://github.com/madsmtm/objc2")
|
(home-page "https://github.com/madsmtm/objc2")
|
||||||
(synopsis "Raw bindings to the Objective-C runtime and ABI")
|
(synopsis "Raw bindings to the Objective-C runtime and ABI")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue