rust-cbindgen: skip expand tests

The expand tests require unstable rust features.
This commit is contained in:
Andreas Rammhold 2019-07-25 12:34:44 +02:00
parent 7391a7d584
commit 2deef75624

View File

@ -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";