about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/configurable.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2013-12-29 19:38:43 +0400
committerMichael Raskin <7c6f434c@mail.ru>2013-12-29 19:38:43 +0400
commite9ec56a59613dc42876db19989fa8d7f77902afa (patch)
tree8e170134980c4a8500d52bbf1234463219a771d9 /pkgs/applications/editors/vim/configurable.nix
parentc5bbad405d4e87bd33ab172ce814936e7e1de234 (diff)
downloadnixlib-e9ec56a59613dc42876db19989fa8d7f77902afa.tar
nixlib-e9ec56a59613dc42876db19989fa8d7f77902afa.tar.gz
nixlib-e9ec56a59613dc42876db19989fa8d7f77902afa.tar.bz2
nixlib-e9ec56a59613dc42876db19989fa8d7f77902afa.tar.lz
nixlib-e9ec56a59613dc42876db19989fa8d7f77902afa.tar.xz
nixlib-e9ec56a59613dc42876db19989fa8d7f77902afa.tar.zst
nixlib-e9ec56a59613dc42876db19989fa8d7f77902afa.zip
Update vim_configurable to the same source tag as default vim
Diffstat (limited to 'pkgs/applications/editors/vim/configurable.nix')
-rw-r--r--pkgs/applications/editors/vim/configurable.nix18
1 files changed, 6 insertions, 12 deletions
diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/configurable.nix
index 789ddcc10395..28e610f27f9c 100644
--- a/pkgs/applications/editors/vim/configurable.nix
+++ b/pkgs/applications/editors/vim/configurable.nix
@@ -19,10 +19,12 @@ composableDerivation {
       builtins.getAttr source {
       "default" =
         # latest release
-        args.fetchurl {
-            url = ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2;
-            sha256 = "1pjaffap91l2rb9pjnlbrpvb3ay5yhhr3g91zabjvw1rqk9adxfh";
-          };
+      args.fetchhg {
+            url = "https://vim.googlecode.com/hg/";
+            tag = "v7-4-131";
+            sha256 = "1akr0i4pykbrkqwrglm0dfn5nwpncb9pgg4h7fl6a8likbr5f3wb";
+      };
+
       "vim-nox" =
           {
             # vim nox branch: client-server without X by uing sockets
@@ -53,14 +55,6 @@ composableDerivation {
 
     prePatch = "cd src";
     
-    patches =
-      [ ./patches/7.4.001 ./patches/7.4.002 ./patches/7.4.003 ./patches/7.4.004
-        ./patches/7.4.005 ./patches/7.4.006 ./patches/7.4.007 ./patches/7.4.008
-        ./patches/7.4.009 ./patches/7.4.010 ./patches/7.4.011 ./patches/7.4.012
-        ./patches/7.4.013 ./patches/7.4.014 ./patches/7.4.015 ./patches/7.4.016
-        ./patches/7.4.017 ./patches/7.4.018 ./patches/7.4.019 ./patches/7.4.020
-        ./patches/7.4.021 ./patches/7.4.022 ./patches/7.4.023 ];
-
     # most interpreters aren't tested yet.. (see python for example how to do it)
     flags = {
         ftNix = {