about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2016-04-06 21:08:23 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2016-04-06 21:08:23 +0200
commit6cd2eccdc7e3366307665b63b306eb250c4ff9f6 (patch)
tree542fcdbaeb246c7a908072ce70263f38af3080bd
parent0661a9891b131d7af80027ea536e0fd0154331fd (diff)
downloadnixlib-6cd2eccdc7e3366307665b63b306eb250c4ff9f6.tar
nixlib-6cd2eccdc7e3366307665b63b306eb250c4ff9f6.tar.gz
nixlib-6cd2eccdc7e3366307665b63b306eb250c4ff9f6.tar.bz2
nixlib-6cd2eccdc7e3366307665b63b306eb250c4ff9f6.tar.lz
nixlib-6cd2eccdc7e3366307665b63b306eb250c4ff9f6.tar.xz
nixlib-6cd2eccdc7e3366307665b63b306eb250c4ff9f6.tar.zst
nixlib-6cd2eccdc7e3366307665b63b306eb250c4ff9f6.zip
neovim: Fix build by via order of `buildInputs`
See #14442 for details and further real fixes.
-rw-r--r--pkgs/applications/editors/neovim/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index e291cfcdc2bf..7d23ae5bbbdd 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