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:
Efraim Flashner 2023-11-01 21:41:38 +02:00
parent 76d354ba62
commit e181af2d7a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13041,7 +13041,8 @@ (define-public rust-clang-sys-0.26
(base32
"1r50dwy5hj5gq07dn0qf8222d07qv0970ymx0j8n9779yayc3w3f"))))
(arguments
`(#:cargo-inputs
`(#:tests? #f ; Needs older clang
#:cargo-inputs
(("rust-glob" ,rust-glob-0.2)
("rust-libc" ,rust-libc-0.2)
("rust-libloading" ,rust-libloading-0.5))))))