Made the small vim (attribute 'vim') have --enable-multibyte. Not that a luxurious
features, in these times of utf-8, and at the end our ncurses has multibyte. svn path=/nixpkgs/trunk/; revision=17757
This commit is contained in:
parent
03eab95618
commit
7e3bcbd4c2
@ -24,9 +24,9 @@ let
|
|||||||
"ximSupport" "-xim"
|
"ximSupport" "-xim"
|
||||||
];
|
];
|
||||||
configFlags = [
|
configFlags = [
|
||||||
"true" " "
|
"true" " --enable-multibyte "
|
||||||
"x11Support" " --enable-gui=auto "
|
"x11Support" " --enable-gui=auto "
|
||||||
"hugeFeatures" "--with-features=huge --enable-cscope --enable-multibyte --enable-xsmp "
|
"hugeFeatures" "--with-features=huge --enable-cscope --enable-xsmp "
|
||||||
"pythonSupport" " --enable-pythoninterp "
|
"pythonSupport" " --enable-pythoninterp "
|
||||||
"perlSupport" " --enable-perlinterp "
|
"perlSupport" " --enable-perlinterp "
|
||||||
"tclSupport" " --enable-tclinterp "
|
"tclSupport" " --enable-tclinterp "
|
||||||
@ -44,7 +44,7 @@ args.stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = args.fetchurl {
|
src = args.fetchurl {
|
||||||
url = ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2;
|
url = ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2;
|
||||||
sha256 = "076ydlfcmlnldjzarahg58vflawn083y90is6sz2j4klg9mj2iim";
|
sha256 = "11hxkb6r2550c4n13nwr0d8afvh30qjyr5c2hw16zgay43rb0kci";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (args) ncurses;
|
inherit (args) ncurses;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user