mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: rust-clircle-0.3: Allow building.
* gnu/packages/crates-io.scm (rust-clircle-0.3) [arguments]: Don't skip build. [cargo-development-inputs]: Add rust-nix-0.19, rust-tempfile-3. Change-Id: I922d9db975e0e7bb5a81ee0d59458e32740642e9 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
770a5aa847
commit
c005bff106
1 changed files with 5 additions and 3 deletions
|
@ -12229,12 +12229,14 @@ or to a file as well.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15p36klnsgjimfswi0mjc7wsh4b662v7gbfinh56ipk3bacbv2z6"))))
|
(base32 "15p36klnsgjimfswi0mjc7wsh4b662v7gbfinh56ipk3bacbv2z6"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-winapi" ,rust-winapi-0.3))))))
|
("rust-winapi" ,rust-winapi-0.3))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-nix" ,rust-nix-0.19)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3))))))
|
||||||
|
|
||||||
(define-public rust-cloudabi-0.1
|
(define-public rust-cloudabi-0.1
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue