From 6cd2eccdc7e3366307665b63b306eb250c4ff9f6 Mon Sep 17 00:00:00 2001 From: Moritz Ulrich Date: Wed, 6 Apr 2016 21:08:23 +0200 Subject: [PATCH] neovim: Fix build by via order of `buildInputs` See #14442 for details and further real fixes. --- pkgs/applications/editors/neovim/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix index e291cfcdc2b..7d23ae5bbbd 100644 --- a/pkgs/applications/editors/neovim/default.nix +++ b/pkgs/applications/editors/neovim/default.nix @@ -75,8 +75,10 @@ let glib libtermkey libuv - luajit + # For some reason, `luajit` has to be listed after `lua`. See + # https://github.com/NixOS/nixpkgs/issues/14442 lua + luajit lpeg luaMessagePack luabitop