neovim-unwrapped: don't fix cmake
Pollutes git status
This commit is contained in:
parent
f244c4fe5e
commit
66a1e97719
@ -37,6 +37,7 @@ in
|
|||||||
./system_rplugin_manifest.patch
|
./system_rplugin_manifest.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
dontFixCmake = true;
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -76,7 +77,7 @@ in
|
|||||||
disallowedReferences = [ stdenv.cc ];
|
disallowedReferences = [ stdenv.cc ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DLUA_PRG=${neovimLuaEnv}/bin/lua"
|
"-DLUA_PRG=${neovimLuaEnv.interpreter}"
|
||||||
"-DGPERF_PRG=${gperf}/bin/gperf"
|
"-DGPERF_PRG=${gperf}/bin/gperf"
|
||||||
]
|
]
|
||||||
++ optional doCheck "-DBUSTED_PRG=${neovimLuaEnv}/bin/busted"
|
++ optional doCheck "-DBUSTED_PRG=${neovimLuaEnv}/bin/busted"
|
||||||
|
Loading…
Reference in New Issue
Block a user