diff --git a/pkgs/applications/editors/vim/default.nix b/pkgs/applications/editors/vim/default.nix index 35726bedc69..3ae5b79fe90 100644 --- a/pkgs/applications/editors/vim/default.nix +++ b/pkgs/applications/editors/vim/default.nix @@ -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;