mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
forgot a "
svn path=/nixpkgs/trunk/; revision=1214
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{stdenv, fetchurl, ncurses}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "vim-6.3;
|
||||
name = "vim-6.3";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user