mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: Add rust-cloudabi-0.1.
* gnu/packages/crates-io.scm (rust-cloudabi-0.1): New variable. (rust-cloudabi-0.0): Inherit from rust-cloudabi-0.1.
This commit is contained in:
parent
6366e7cac5
commit
50de4bfe20
1 changed files with 21 additions and 3 deletions
|
@ -3552,10 +3552,10 @@ (define-public rust-clippy-0.0
|
|||
pitfalls in Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-cloudabi-0.0
|
||||
(define-public rust-cloudabi-0.1
|
||||
(package
|
||||
(name "rust-cloudabi")
|
||||
(version "0.0.3")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3563,7 +3563,7 @@ (define-public rust-cloudabi-0.0
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))
|
||||
"0rv4yf5jlldfkynzrw687s00f4x12ypw7axv71vawhy6h4i52i23"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
@ -3575,6 +3575,24 @@ (define-public rust-cloudabi-0.0
|
|||
"Low level interface to CloudABI. Contains all syscalls and related types.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public rust-cloudabi-0.0
|
||||
(package
|
||||
(inherit rust-cloudabi-0.1)
|
||||
(name "rust-cloudabi")
|
||||
(version "0.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cloudabi" version))
|
||||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1))))))
|
||||
|
||||
(define-public rust-cloudflare-zlib-sys-0.2
|
||||
(package
|
||||
(name "rust-cloudflare-zlib-sys")
|
||||
|
|
Loading…
Reference in a new issue