lune: ignore .cargo/config.toml
This commit is contained in:
parent
9103866775
commit
1caeb1e80b
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ rustPlatform.buildRustPackage rec {
|
||||||
SystemConfiguration
|
SystemConfiguration
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# error: linker `aarch64-linux-gnu-gcc` not found
|
||||||
|
postPatch = ''
|
||||||
|
rm .cargo/config.toml
|
||||||
|
'';
|
||||||
|
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
# require internet access
|
# require internet access
|
||||||
"--skip=tests::net_request_codes"
|
"--skip=tests::net_request_codes"
|
||||||
|
|
Loading…
Reference in a new issue