mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
fix(flake): enable make functionaltest
otherwise busted is not provided/found and functionaltests are disabled.
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
pythonEnv = legacyPkgs.python3;
|
pythonEnv = legacyPkgs.python3;
|
||||||
luacheck = legacyPkgs.luaPackages.luacheck;
|
luacheck = legacyPkgs.luaPackages.luacheck;
|
||||||
in
|
in
|
||||||
neovim-debug.overrideAttrs(oa: {
|
(neovim-debug.override({doCheck = true;})).overrideAttrs(oa: {
|
||||||
cmakeFlags = oa.cmakeFlags ++ [
|
cmakeFlags = oa.cmakeFlags ++ [
|
||||||
"-DLUACHECK_PRG=${luacheck}/bin/luacheck"
|
"-DLUACHECK_PRG=${luacheck}/bin/luacheck"
|
||||||
"-DMIN_LOG_LEVEL=0"
|
"-DMIN_LOG_LEVEL=0"
|
||||||
|
Reference in New Issue
Block a user