gnu: Add rust-block2-0.2.

* gnu/packages/crates-io.scm (rust-block2-0.2): New variable.
This commit is contained in:
Efraim Flashner 2023-04-23 15:59:38 +03:00
parent 30a339e991
commit ebd1f00182
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7857,6 +7857,28 @@ (define-public rust-block-0.1
extension of blocks.")
(license license:expat)))
(define-public rust-block2-0.2
(package
(name "rust-block2")
(version "0.2.0-alpha.6")
(source (origin
(method url-fetch)
(uri (crate-uri "block2" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0hpcdl81rmwvhfni9413hrg1wd4xwf6vhch3yv15bxs42wyfdncd"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Tests require gcc-objc.
#:cargo-inputs
(("rust-block-sys" ,rust-block-sys-0.1)
("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
(package
(name "rust-block-buffer")