neovim: fix gperf error on dev-version
[ 50%] Generating auto/api/private/dispatch_wrappers.c.generated.h, ../../include/api/private/dispatch_wrappers.h.generated.h [ 50%] Generating auto/funcs.generated.h, ../../funcs_data.mpack /nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash: ../../../.deps/usr/bin/gperf: No such file or directory
This commit is contained in:
parent
6db7f92cc2
commit
ba4b1d2bee
|
@ -75,6 +75,7 @@ let
|
|||
|
||||
cmakeFlags = [
|
||||
"-DLUA_PRG=${luaPackages.lua}/bin/lua"
|
||||
"-DGPERF_PRG=${gperf}/bin/gperf"
|
||||
];
|
||||
|
||||
# triggers on buffer overflow bug while running tests
|
||||
|
|
Loading…
Reference in New Issue