1
0
Fork 1
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:
Jörg Thalheim 2018-05-12 22:30:01 +01:00 committed by GitHub
commit dcb6a74039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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