neovim-unwrapped: don't fix cmake

Pollutes git status
wip/yesman
Matthieu Coudron 5 years ago committed by Matthieu Coudron
parent f244c4fe5e
commit 66a1e97719
  1. 3
      pkgs/applications/editors/neovim/default.nix

@ -37,6 +37,7 @@ in
./system_rplugin_manifest.patch
];
dontFixCmake = true;
enableParallelBuilding = true;
buildInputs = [
@ -76,7 +77,7 @@ in
disallowedReferences = [ stdenv.cc ];
cmakeFlags = [
"-DLUA_PRG=${neovimLuaEnv}/bin/lua"
"-DLUA_PRG=${neovimLuaEnv.interpreter}"
"-DGPERF_PRG=${gperf}/bin/gperf"
]
++ optional doCheck "-DBUSTED_PRG=${neovimLuaEnv}/bin/busted"

Loading…
Cancel
Save