forked from lix-project/nix-eval-jobs
fix build with latest Lix
Commit 8088927b90ff84dd37c342e1ef0a91bc8feca6ec renamed initGC to initLibExpr. Use the new name so that the build works again.
This commit is contained in:
parent
b9e0abe9e6
commit
bbbebaf380
|
@ -344,7 +344,7 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
return handleExceptions(argv[0], [&]() {
|
return handleExceptions(argv[0], [&]() {
|
||||||
initNix();
|
initNix();
|
||||||
initGC();
|
initLibExpr();
|
||||||
|
|
||||||
myArgs.parseArgs(argv, argc);
|
myArgs.parseArgs(argv, argc);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue