From ba4b1d2beedeeb2a20a71d3685457d3f36f1813d Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Sun, 13 May 2018 07:21:34 +0900 Subject: [PATCH] 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 --- pkgs/applications/editors/neovim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix index 149f7804a799..480b749d201c 100644 --- a/pkgs/applications/editors/neovim/default.nix +++ b/pkgs/applications/editors/neovim/default.nix @@ -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