about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2004-07-30 13:28:55 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2004-07-30 13:28:55 +0000
commit705027be2debb3ffb74d364fd405fe3a0ed04f22 (patch)
tree684c34614837bb0cb6dd7ef859af7f7427cb1c04 /pkgs/applications/editors
parent5d1cf55dc1c5e429f821d11e2b6e3c35276886bf (diff)
fix typo
svn path=/nixpkgs/trunk/; revision=1201
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vim/default.nix b/pkgs/applications/editors/vim/default.nix
index 519b582975d69..16eba50889261 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.tar.bz2";
+  name = "vim-6.3;
  
   builder = ./builder.sh;
   src = fetchurl {