pkgs/stalwart-mail-patched/update.sh: Avoid building the output
HEAD mainWe already have the nixos tests, that will fail, if this does not build.
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/st/stalwart-mail-patched/update.sh b/pkgs/by-name/st/stalwart-mail-patched/update.sh
index f32f117..33d6e2b 100755
--- a/pkgs/by-name/st/stalwart-mail-patched/update.sh
+++ b/pkgs/by-name/st/stalwart-mail-patched/update.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
-nix-update --file ../../../standalone_pkgs.nix stalwart-mail-patched.passthru.spamfilter --build --option pure-eval false
+nix-update --file ../../../standalone_pkgs.nix stalwart-mail-patched.passthru.spamfilter --option pure-eval false
# vim: ft=sh
|