mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-block-sys-0.1: Order alphabetically.
* gnu/packages/crates-apple.scm (rust-block-sys-0.1): Order. Change-Id: Ia544de2ab0972d38aae4ce614396ffa93692547e Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9b018de9d3
commit
bd3eea41a8
1 changed files with 17 additions and 17 deletions
|
@ -85,6 +85,23 @@ extension of blocks.")
|
|||
extension of blocks.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-block-sys-0.1
|
||||
(package
|
||||
(inherit rust-block-sys-0.2)
|
||||
(name "rust-block-sys")
|
||||
(version "0.1.0-beta.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "block-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ihiar08hk0das4q0ii1gsmql975z3rslli1h13jb44hxr0mg98g"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests require gcc-objc.
|
||||
#:cargo-inputs
|
||||
(("rust-objc-sys" ,rust-objc-sys-0.2))))))
|
||||
|
||||
(define-public rust-block2-0.5
|
||||
(package
|
||||
(name "rust-block2")
|
||||
|
@ -141,23 +158,6 @@ extension of blocks.")
|
|||
(("rust-block-sys" ,rust-block-sys-0.1)
|
||||
("rust-objc2-encode" ,rust-objc2-encode-2))))))
|
||||
|
||||
(define-public rust-block-sys-0.1
|
||||
(package
|
||||
(inherit rust-block-sys-0.2)
|
||||
(name "rust-block-sys")
|
||||
(version "0.1.0-beta.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "block-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ihiar08hk0das4q0ii1gsmql975z3rslli1h13jb44hxr0mg98g"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests require gcc-objc.
|
||||
#:cargo-inputs
|
||||
(("rust-objc-sys" ,rust-objc-sys-0.2))))))
|
||||
|
||||
(define-public rust-cargo-credential-macos-keychain-0.4
|
||||
(package
|
||||
(name "rust-cargo-credential-macos-keychain")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue