neovim: Use cmakeFlagsArray instead of cmakeFlags

This fixes neovim on platforms where luajit is not supported
This commit is contained in:
MaxHearnden 2024-04-23 15:31:32 +01:00 committed by Matthieu Coudron
parent 9de41fe136
commit fb09556b12

View File

@ -148,7 +148,7 @@ in {
# check that the above patching actually works
disallowedRequisites = [ stdenv.cc ] ++ lib.optional (lua != codegenLua) codegenLua;
cmakeFlags = [
cmakeFlagsArray = [
# Don't use downloaded dependencies. At the end of the configurePhase one
# can spot that cmake says this option was "not used by the project".
# That's because all dependencies were found and