mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
neovim: Use cmakeFlagsArray instead of cmakeFlags
This fixes neovim on platforms where luajit is not supported
This commit is contained in:
parent
9de41fe136
commit
fb09556b12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user