mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:17:46 +00:00
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"
|
||||
];
|
||||
configFlags = [
|
||||
"true" " "
|
||||
"true" " --enable-multibyte "
|
||||
"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 "
|
||||
"perlSupport" " --enable-perlinterp "
|
||||
"tclSupport" " --enable-tclinterp "
|
||||
@ -44,7 +44,7 @@ args.stdenv.mkDerivation {
|
||||
|
||||
src = args.fetchurl {
|
||||
url = ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2;
|
||||
sha256 = "076ydlfcmlnldjzarahg58vflawn083y90is6sz2j4klg9mj2iim";
|
||||
sha256 = "11hxkb6r2550c4n13nwr0d8afvh30qjyr5c2hw16zgay43rb0kci";
|
||||
};
|
||||
|
||||
inherit (args) ncurses;
|
||||
|
Loading…
Reference in New Issue
Block a user