From 01d5ec596b546ac300203892d8e3970a1422bf3b Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sun, 28 Feb 2010 17:54:41 +0000 Subject: [PATCH] Some more optional features for Vim svn path=/nixpkgs/trunk/; revision=20288 --- pkgs/applications/editors/vim/default.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pkgs/applications/editors/vim/default.nix b/pkgs/applications/editors/vim/default.nix index 262dfa7612cf..1fd01a55fd76 100644 --- a/pkgs/applications/editors/vim/default.nix +++ b/pkgs/applications/editors/vim/default.nix @@ -13,6 +13,16 @@ let ["perlSupport" "perl"] ["tclSupport" "tcl"] ["eclSupport" "ecl" "gmp" "mpfr"] + ["luaSupport" "lua"] + + # Currently causes problems + ["mzSchemeSupport" "pltScheme"] + + ["perlSupport" "perl"] + ["rubySupport" "ruby"] + ["hangulSupport"] + ["sniffSupport"] + ["gettextSupport" "gettext"] ["true" "ncurses"] ["false" "libSM"] ]; @@ -24,6 +34,10 @@ let "tclSupport" "-tcl" "ximSupport" "-xim" "eclSupport" "-ecl" + "luaSupport" "-lua" + "perlSupport" "-perl" + "rubySupport" "-ruby" + "mzSchemeSupport" "-mzscheme" ]; configFlags = [ "true" " --enable-multibyte " @@ -34,6 +48,13 @@ let "tclSupport" " --enable-tclinterp " "ximSupport" " --enable-xim " "eclSupport" " --enable-eclinterp " + "hangulSupport" " --enable-hangulinput " + "perlSupport" " --enable-perlinterp " + "luaSupport" " --enable-luainterp --with-lua-prefix=${args.lua} " + "rubySupport" " --enable-rubyinterp " + "sniffSupport" " --enable-sniff " + "mzSchemeSupport" " --enable-mzschemeinterp " + "gettextSupport" " --enable-nls " ]; buildInputsNames = args.lib.filter (x: (null!=getVal x)) (args.lib.uniqList {inputList =