mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
rust-cbindgen: skip expand tests
The expand tests require unstable rust features.
This commit is contained in:
parent
d13022417f
commit
06744bb2d4
1 changed files with 4 additions and 2 deletions
|
@ -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 a new issue