mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: Add rust-block2-0.3.
* gnu/packages/crates-io.scm (rust-block2-0.3): New variable. (rust-block2-0.2): Inherit from rust-block2-0.3. Change-Id: If96568e9c847fb77cf5f358cc5669cd74afb3661
This commit is contained in:
parent
42da6391c4
commit
cbad41f7ea
1 changed files with 23 additions and 6 deletions
|
@ -7396,8 +7396,30 @@ storage.")
|
||||||
extension of blocks.")
|
extension of blocks.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-block2-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-block2")
|
||||||
|
(version "0.3.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "block2" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0s2ywcis2xf9444vmdgzr7ankrrkpchn8zimaw950cszm1imdd8m"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t ; link kind `framework` is only supported on Apple targets
|
||||||
|
#:cargo-inputs (("rust-block-sys" ,rust-block-sys-0.2)
|
||||||
|
("rust-objc2" ,rust-objc2-0.4))))
|
||||||
|
(home-page "https://github.com/madsmtm/objc2")
|
||||||
|
(synopsis "Apple's C language extension of blocks")
|
||||||
|
(description "This package contains Apple's C language extension of blocks.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-block2-0.2
|
(define-public rust-block2-0.2
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-block2-0.3)
|
||||||
(name "rust-block2")
|
(name "rust-block2")
|
||||||
(version "0.2.0-alpha.6")
|
(version "0.2.0-alpha.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -7407,16 +7429,11 @@ extension of blocks.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hpcdl81rmwvhfni9413hrg1wd4xwf6vhch3yv15bxs42wyfdncd"))))
|
"0hpcdl81rmwvhfni9413hrg1wd4xwf6vhch3yv15bxs42wyfdncd"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Tests require gcc-objc.
|
`(#:tests? #f ; Tests require gcc-objc.
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("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))))))
|
||||||
(home-page "https://github.com/madsmtm/objc2")
|
|
||||||
(synopsis "Apple's C language extension of blocks")
|
|
||||||
(description "This package contains Apple's C language extension of blocks.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-block-buffer-0.10
|
(define-public rust-block-buffer-0.10
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue