summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorUli Baum <xeji@cat3.de>2018-08-06 21:36:00 +0200
committerUli Baum <xeji@cat3.de>2018-08-06 21:36:00 +0200
commit9f96ec8b03322baff57d0ceafe6714c45630bf56 (patch)
tree2b0b59e873ba70666422df611ca43bd82848fea4 /pkgs/applications/editors/vim
parent2428f5dda13475afba2dee93f4beb2bd97086930 (diff)
downloadnixlib-9f96ec8b03322baff57d0ceafe6714c45630bf56.tar
nixlib-9f96ec8b03322baff57d0ceafe6714c45630bf56.tar.gz
nixlib-9f96ec8b03322baff57d0ceafe6714c45630bf56.tar.bz2
nixlib-9f96ec8b03322baff57d0ceafe6714c45630bf56.tar.lz
nixlib-9f96ec8b03322baff57d0ceafe6714c45630bf56.tar.xz
nixlib-9f96ec8b03322baff57d0ceafe6714c45630bf56.tar.zst
nixlib-9f96ec8b03322baff57d0ceafe6714c45630bf56.zip
vimNox: drop
not updated since 2012, see #40876
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/configurable.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/configurable.nix
index 7a700e0956b8..36450237b5a9 100644
--- a/pkgs/applications/editors/vim/configurable.nix
+++ b/pkgs/applications/editors/vim/configurable.nix
@@ -73,15 +73,6 @@ in stdenv.mkDerivation rec {
 
   src = builtins.getAttr source {
     "default" = common.src; # latest release
-
-    "vim-nox" =
-      {
-        # vim nox branch: client-server without X by uing sockets
-        # REGION AUTO UPDATE: { name="vim-nox"; type="hg"; url="https://code.google.com/r/yukihironakadaira-vim-cmdsrv-nox/"; branch="cmdsrv-nox"; }
-        src = (fetchurl { url = "http://mawercer.de/~nix/repos/vim-nox-hg-2082fc3.tar.bz2"; sha256 = "293164ca1df752b7f975fd3b44766f5a1db752de6c7385753f083499651bd13a"; });
-        name = "vim-nox-hg-2082fc3";
-        # END
-      }.src;
   };
 
   patches = [ ./cflags-prune.diff ] ++ stdenv.lib.optional ftNixSupport ./ft-nix-support.patch;