* A better fix. $boehmgc isn't set anywhere, we should use the flags
returned by pkg-config.
This commit is contained in:
parent
dfc4117e90
commit
1876ab764f
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ let
|
|||
configureFlags = ''
|
||||
--disable-init-state
|
||||
--with-bzip2=${bzip2} --with-sqlite=${sqlite}
|
||||
${lib.optionalString (system != "i386-sunos") "--enable-gc"}
|
||||
--enable-gc
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue