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.master
parent
2a93f5a43c
commit
99874bf634
|
@ -3311,13 +3311,12 @@ pitfalls in Rust.")
|
||||||
"0rv4yf5jlldfkynzrw687s00f4x12ypw7axv71vawhy6h4i52i23"))))
|
"0rv4yf5jlldfkynzrw687s00f4x12ypw7axv71vawhy6h4i52i23"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-bitflags" ,rust-bitflags-1))))
|
(("rust-bitflags" ,rust-bitflags-1))))
|
||||||
(home-page "https://nuxi.nl/cloudabi/")
|
(home-page "https://cloudabi.org/")
|
||||||
(synopsis "Low level interface to CloudABI")
|
(synopsis "Low level interface to CloudABI")
|
||||||
(description
|
(description "This package provides a low level interface to CloudABI. It
|
||||||
"Low level interface to CloudABI. Contains all syscalls and related types.")
|
contains all syscalls and related types.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public rust-cloudabi-0.0
|
(define-public rust-cloudabi-0.0
|
||||||
|
@ -3332,11 +3331,7 @@ pitfalls in Rust.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))
|
"0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))))
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-bitflags" ,rust-bitflags-1))))))
|
|
||||||
|
|
||||||
(define-public rust-cloudflare-zlib-sys-0.2
|
(define-public rust-cloudflare-zlib-sys-0.2
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue