fix build with latest Lix

Commit 8088927b90 renamed initGC to initLibExpr.
Use the new name so that the build works again.
This commit is contained in:
Alois Wohlschlager
2024-11-16 20:14:39 +01:00
parent b9e0abe9e6
commit bbbebaf380
+1 -1
View File
@@ -344,7 +344,7 @@ int main(int argc, char **argv) {
return handleExceptions(argv[0], [&]() {
initNix();
initGC();
initLibExpr();
myArgs.parseArgs(argv, argc);