mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: rust-clang-sys-0.26: Skip tests.
* gnu/packages/crates-io.scm (rust-clang-sys-0.26)[arguments]: Skip the test suite. Change-Id: I4399354430e301a63b4101138c45d9e4ca03382f
This commit is contained in:
parent
76d354ba62
commit
e181af2d7a
1 changed files with 2 additions and 1 deletions
|
@ -13041,7 +13041,8 @@ (define-public rust-clang-sys-0.26
|
||||||
(base32
|
(base32
|
||||||
"1r50dwy5hj5gq07dn0qf8222d07qv0970ymx0j8n9779yayc3w3f"))))
|
"1r50dwy5hj5gq07dn0qf8222d07qv0970ymx0j8n9779yayc3w3f"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #f ; Needs older clang
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-glob" ,rust-glob-0.2)
|
(("rust-glob" ,rust-glob-0.2)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-libloading" ,rust-libloading-0.5))))))
|
("rust-libloading" ,rust-libloading-0.5))))))
|
||||||
|
|
Loading…
Reference in a new issue