rust-cbindgen: skip expand tests
The expand tests require unstable rust features.
This commit is contained in:
parent
d13022417f
commit
06744bb2d4
@ -15,8 +15,10 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
||||
|
||||
# https://github.com/eqrion/cbindgen/issues/338
|
||||
RUSTC_BOOTSTRAP = 1;
|
||||
checkFlags = [
|
||||
# https://github.com/eqrion/cbindgen/issues/338
|
||||
"--skip test_expand"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A project for generating C bindings from Rust code";
|
||||
|
Loading…
Reference in New Issue
Block a user