mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-cloudabi-0.1: Skip build.
* gnu/packages/crates-io.scm (rust-cloudabi-0.1)[arguments]: Skip build.
This commit is contained in:
parent
a812c2e8a3
commit
319f7eaf0f
1 changed files with 6 additions and 2 deletions
|
@ -3887,7 +3887,8 @@ pitfalls in Rust.")
|
||||||
"0rv4yf5jlldfkynzrw687s00f4x12ypw7axv71vawhy6h4i52i23"))))
|
"0rv4yf5jlldfkynzrw687s00f4x12ypw7axv71vawhy6h4i52i23"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-bitflags" ,rust-bitflags-1))))
|
(("rust-bitflags" ,rust-bitflags-1))))
|
||||||
(home-page "https://cloudabi.org/")
|
(home-page "https://cloudabi.org/")
|
||||||
(synopsis "Low level interface to CloudABI")
|
(synopsis "Low level interface to CloudABI")
|
||||||
|
@ -3907,7 +3908,10 @@ contains all syscalls and related types.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))))
|
"0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))
|
||||||
|
(arguments
|
||||||
|
`(#: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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue