vim_configureable: improve luajit support
This commit is contained in:
parent
30adb1fb9e
commit
8acdd6db79
@ -104,6 +104,8 @@ in stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optionals luaSupport [
|
++ stdenv.lib.optionals luaSupport [
|
||||||
"--with-lua-prefix=${lua}"
|
"--with-lua-prefix=${lua}"
|
||||||
"--enable-luainterp"
|
"--enable-luainterp"
|
||||||
|
] ++ stdenv.lib.optional lua.pkgs.isLuaJIT [
|
||||||
|
"--with-luajit"
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optionals pythonSupport [
|
++ stdenv.lib.optionals pythonSupport [
|
||||||
"--enable-python${if isPython3 then "3" else ""}interp=yes"
|
"--enable-python${if isPython3 then "3" else ""}interp=yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user