about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/configurable.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-08-13 17:52:07 +0200
committerLluís Batlle i Rossell <viric@viric.name>2013-08-13 17:52:07 +0200
commit2a444fbdee944cab8dd845503b9ac155305b758d (patch)
tree19f490d153cf199f5bca28df4088c94fd003e4d9 /pkgs/applications/editors/vim/configurable.nix
parent09e831e29257b0f21fc9e2a15b70acc0b8c6a102 (diff)
downloadnixlib-2a444fbdee944cab8dd845503b9ac155305b758d.tar
nixlib-2a444fbdee944cab8dd845503b9ac155305b758d.tar.gz
nixlib-2a444fbdee944cab8dd845503b9ac155305b758d.tar.bz2
nixlib-2a444fbdee944cab8dd845503b9ac155305b758d.tar.lz
nixlib-2a444fbdee944cab8dd845503b9ac155305b758d.tar.xz
nixlib-2a444fbdee944cab8dd845503b9ac155305b758d.tar.zst
nixlib-2a444fbdee944cab8dd845503b9ac155305b758d.zip
Marc Weber suggests to drop 'latest' in vim_configurable.
Diffstat (limited to 'pkgs/applications/editors/vim/configurable.nix')
-rw-r--r--pkgs/applications/editors/vim/configurable.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/configurable.nix
index b0b340be8d44..b3992dfec304 100644
--- a/pkgs/applications/editors/vim/configurable.nix
+++ b/pkgs/applications/editors/vim/configurable.nix
@@ -31,14 +31,7 @@ composableDerivation {
             name = "vim-nox-hg-2082fc3";
             # END
           }.src;
-      "latest" = {
-        # vim latest usually is vim + bug fixes. So it should be very stable
-         # REGION AUTO UPDATE: { name="vim"; type="hg"; url="https://vim.googlecode.com/hg"; }
-         src = (fetchurl { url = "http://mawercer.de/~nix/repos/vim-hg-7f98896.tar.bz2"; sha256 = "efcb8cc5924b530631a8e5fc2a0622045c2892210d32d300add24aded51866f1"; });
-         name = "vim-hg-7f98896";
-         # END
-      }.src;
-    };
+      };
 
     # if darwin support is enabled, we want to make sure we're not building with
     # OS-installed python framework