forked from lix-project/lix
* 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:
parent
d159ea1b7e
commit
dfc4117e90
|
@ -75,7 +75,7 @@ let
|
|||
configureFlags = ''
|
||||
--disable-init-state
|
||||
--with-bzip2=${bzip2} --with-sqlite=${sqlite}
|
||||
--enable-gc
|
||||
${lib.optionalString (system != "i386-sunos") "--enable-gc"}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue