aube: fix build

Co-Authored-By: chillcicada <chillcicada@users.noreply.github.com>
This commit is contained in:
Oleksii Filonenko
2026-07-12 19:08:07 +01:00
co-authored by chillcicada
parent d278f3dd4d
commit b92228378d
+9 -1
View File
@@ -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;