about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index a1ea34547b..1fc9405bdb 100644
--- a/release.nix
+++ b/release.nix
@@ -75,7 +75,7 @@ let
         configureFlags = ''
           --disable-init-state
           --with-bzip2=${bzip2} --with-sqlite=${sqlite}
-          ${lib.optionalString (system != "i386-sunos") "--enable-gc"}
+          --enable-gc
         '';
       };