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 d13022417f
commit 06744bb2d4

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