diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-04 20:26:43 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-09 13:44:36 +0100 |
commit | 4ba09352dd1e04d6997ec1176fad908ba71f48a7 (patch) | |
tree | a964b5359bcc64a0436e71d2de565649ad1263f0 | |
parent | pkgs/stalwart-mail-free: Update `cargoHash` (diff) | |
download | nixos-server-4ba09352dd1e04d6997ec1176fad908ba71f48a7.zip |
pkgs/stalwart-mail-free: Avoid running `stalwart-mail`'s tests
-rw-r--r-- | pkgs/by-name/st/stalwart-mail-free/package.nix | 4 |
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" |