From c9276a330da21185012274a51cc3eea760df0dce Mon Sep 17 00:00:00 2001 From: phanirithvij Date: Fri, 17 Jul 2026 11:29:07 +0530 Subject: [PATCH] stract: fix build Signed-off-by: phanirithvij --- pkgs/by-name/st/stract/package.nix | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/st/stract/package.nix b/pkgs/by-name/st/stract/package.nix index 0fce322fc851..793f9e15132b 100644 --- a/pkgs/by-name/st/stract/package.nix +++ b/pkgs/by-name/st/stract/package.nix @@ -64,8 +64,19 @@ rustPlatform.buildRustPackage { # thread 'ampc::dht::tests::proptest_chaos' panicked at crates/core/src/ampc/dht/mod.rs:670:33: # assertion `left == right` failed "--skip=ampc::dht::tests::proptest_chaos" + # thread 'ranking::tests::freshness_ranking' (105864) panicked at crates/core/src/ranking/mod.rs:355:9: + # assertion `left == right` failed + # left: "https://www.old.com/" + # right: "https://www.new.com/" + "--skip=ranking::tests::freshness_ranking" + # thread 'crawler::robot_client::tests::test_errs_disallowed_path' + # panicked at ../stract-...-vendor/source-registry-0/system-configuration-0.5.1/src/dynamic_store.rs:154:1: + # Attempted to create a NULL object + "--skip=crawler::robot_client::tests::test_errs_disallowed_path" ]; + __darwinAllowLocalNetworking = true; + passthru.updateScript = unstableGitUpdater { }; meta = { @@ -76,9 +87,7 @@ rustPlatform.buildRustPackage { ''; homepage = "https://github.com/StractOrg/stract"; license = lib.licenses.agpl3Only; - maintainers = with lib.maintainers; [ - ailsa-sun - ]; - teams = [ lib.teams.ngi ]; + maintainers = with lib.maintainers; [ ailsa-sun ]; + teams = with lib.teams; [ ngi ]; }; }