* The GC library can't be found on Solaris

(http://hydra.nixos.org/build/890714), so don't build with GC
  support for now.
This commit is contained in:
Eelco Dolstra 2011-02-09 14:08:32 +00:00
parent d159ea1b7e
commit dfc4117e90
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ let
configureFlags = ''
--disable-init-state
--with-bzip2=${bzip2} --with-sqlite=${sqlite}
--enable-gc
${lib.optionalString (system != "i386-sunos") "--enable-gc"}
'';
};