about summary refs log tree commit diff stats
path: root/pkgs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-04 20:26:43 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-09 13:44:36 +0100
commit4ba09352dd1e04d6997ec1176fad908ba71f48a7 (patch)
treea964b5359bcc64a0436e71d2de565649ad1263f0 /pkgs
parentpkgs/stalwart-mail-free: Update `cargoHash` (diff)
downloadnixos-server-4ba09352dd1e04d6997ec1176fad908ba71f48a7.zip
pkgs/stalwart-mail-free: Avoid running `stalwart-mail`'s tests
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/st/stalwart-mail-free/package.nix4
1 files changed, 4 insertions, 0 deletions
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"