aube: fix build
Co-Authored-By: chillcicada <chillcicada@users.noreply.github.com>
This commit is contained in:
co-authored by
chillcicada
parent
d278f3dd4d
commit
b92228378d
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
cacert,
|
||||
cmake,
|
||||
gitMinimal,
|
||||
versionCheckHook,
|
||||
@@ -26,11 +27,18 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
nativeCheckInputs = [ gitMinimal ];
|
||||
|
||||
postInstall = ''
|
||||
rm -f $out/bin/generate-settings-docs
|
||||
rm -f $out/bin/generate-{error-codes,settings}-docs
|
||||
'';
|
||||
|
||||
checkFlags = [
|
||||
# failed on x86_64-linux
|
||||
"--skip=http::ticket_cache::tests::max_per_host_evicts_oldest"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
env.SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
doInstallCheck = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user