From 4ba09352dd1e04d6997ec1176fad908ba71f48a7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 4 Mar 2025 20:26:43 +0100 Subject: pkgs/stalwart-mail-free: Avoid running `stalwart-mail`'s tests --- pkgs/by-name/st/stalwart-mail-free/package.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/by-name/st/stalwart-mail-free/package.nix b/pkgs/by-name/st/stalwart-mail-free/package.nix index 6e2a71c..bb2c1db 100644 --- a/pkgs/by-name/st/stalwart-mail-free/package.nix +++ b/pkgs/by-name/st/stalwart-mail-free/package.nix @@ -26,6 +26,10 @@ in useFetchCargoVendor = true; cargoHash = "sha256-Qg01QXP/ImRCUw3aXcZbnM1hysHUwozCdQ7LecjUa0o="; + # The tests should check if this works. + # And this shaves of around 50% of the build time. + doCheck = false; + buildNoDefaultFeatures = true; buildFeatures = [ "rocks" -- cgit 1.4.1