From 5868736733ccffd9c66e53c00a4e50f55bef1015 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Tue, 3 Aug 2004 14:23:33 +0000 Subject: [PATCH] forgot a " svn path=/nixpkgs/trunk/; revision=1214 --- pkgs/applications/editors/vim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vim/default.nix b/pkgs/applications/editors/vim/default.nix index 16eba508892..c0c8b61125b 100644 --- a/pkgs/applications/editors/vim/default.nix +++ b/pkgs/applications/editors/vim/default.nix @@ -1,7 +1,7 @@ {stdenv, fetchurl, ncurses}: stdenv.mkDerivation { - name = "vim-6.3; + name = "vim-6.3"; builder = ./builder.sh; src = fetchurl {