mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-block-sys-0.2: Order alphabetically.
* gnu/packages/crates-apple.scm (rust-block-sys-0.2): Order. Change-Id: I72aa046674e81224f7b6ea1ab9591ee0078bb147 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d1e064b274
commit
9b018de9d3
1 changed files with 21 additions and 21 deletions
|
@ -64,6 +64,27 @@
|
||||||
extension of blocks.")
|
extension of blocks.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-block-sys-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-block-sys")
|
||||||
|
(version "0.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "block-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1rzp0218mwigdmfd5rhmj5h7c1vp0bq0nxaklhsvi8vydrls11df"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; Needs to bind to MacOS libraries.
|
||||||
|
#:cargo-inputs (("rust-objc-sys" ,rust-objc-sys-0.3))))
|
||||||
|
(home-page "https://github.com/madsmtm/objc2")
|
||||||
|
(synopsis "Raw bindings to Apple's C language extension of blocks")
|
||||||
|
(description "This package contains raw bindings to Apple's C language
|
||||||
|
extension of blocks.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-block2-0.5
|
(define-public rust-block2-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-block2")
|
(name "rust-block2")
|
||||||
|
@ -120,27 +141,6 @@ extension of blocks.")
|
||||||
(("rust-block-sys" ,rust-block-sys-0.1)
|
(("rust-block-sys" ,rust-block-sys-0.1)
|
||||||
("rust-objc2-encode" ,rust-objc2-encode-2))))))
|
("rust-objc2-encode" ,rust-objc2-encode-2))))))
|
||||||
|
|
||||||
(define-public rust-block-sys-0.2
|
|
||||||
(package
|
|
||||||
(name "rust-block-sys")
|
|
||||||
(version "0.2.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "block-sys" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1rzp0218mwigdmfd5rhmj5h7c1vp0bq0nxaklhsvi8vydrls11df"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f ; Needs to bind to MacOS libraries.
|
|
||||||
#:cargo-inputs (("rust-objc-sys" ,rust-objc-sys-0.3))))
|
|
||||||
(home-page "https://github.com/madsmtm/objc2")
|
|
||||||
(synopsis "Raw bindings to Apple's C language extension of blocks")
|
|
||||||
(description "This package contains raw bindings to Apple's C language
|
|
||||||
extension of blocks.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-block-sys-0.1
|
(define-public rust-block-sys-0.1
|
||||||
(package
|
(package
|
||||||
(inherit rust-block-sys-0.2)
|
(inherit rust-block-sys-0.2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue