aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 1fc9405bd..a1ea34547 100644
--- a/release.nix
+++ b/release.nix
@@ -75,7 +75,7 @@ let
configureFlags = ''
--disable-init-state
--with-bzip2=${bzip2} --with-sqlite=${sqlite}
- --enable-gc
+ ${lib.optionalString (system != "i386-sunos") "--enable-gc"}
'';
};