mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: rust-cloudflare-zlib-sys-0.2: Inherit from rust-cloudflare-zlib-sys-0.3.
* gnu/packages/crates-io.scm (rust-cloudflare-zlib-sys-0.2): Inherit from rust-cloudflare-zlib-sys-0.3. [source]: Fix formatting. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
ff5e83941c
commit
9ff1ff4004
1 changed files with 10 additions and 19 deletions
|
@ -10525,32 +10525,23 @@ (define-public rust-cloudflare-zlib-sys-0.3
|
|||
|
||||
(define-public rust-cloudflare-zlib-sys-0.2
|
||||
(package
|
||||
(inherit rust-cloudflare-zlib-sys-0.3)
|
||||
(name "rust-cloudflare-zlib-sys")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cloudflare-zlib-sys" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01lwfd15ijw4d8jsqp87yv4wpmzcp84qm0qqwy3yxmm0fjr5q6by"))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cloudflare-zlib-sys" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01lwfd15ijw4d8jsqp87yv4wpmzcp84qm0qqwy3yxmm0fjr5q6by"))))
|
||||
;; This crate bundles cloudflare's fork of zlib, so we don't unbundle it.
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-cc" ,rust-cc-1))))
|
||||
(home-page "https://github.com/cloudflare/zlib")
|
||||
(synopsis
|
||||
"Cloudflare fork of zlib with massive performance improvements")
|
||||
(description
|
||||
"Cloudflare fork of zlib with massive performance improvements.")
|
||||
(license
|
||||
(list license:expat
|
||||
license:asl2.0
|
||||
license:zlib))))
|
||||
(("rust-cc" ,rust-cc-1))))))
|
||||
|
||||
(define-public rust-cmac-0.5
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue