mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Merge pull request #40400 from teto/neovim_gperf
[RDY] neovim: fix gperf error on dev-version
This commit is contained in:
commit
dcb6a74039
|
@ -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 a new issue