me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 2 additions and 1 deletions

View File

@ -13041,7 +13041,8 @@ traits.")
(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))))))