svn path=/nixpkgs/trunk/; revision=4290
This commit is contained in:
Eelco Dolstra 2005-11-17 12:01:19 +00:00
parent 4bdbf2c8c7
commit b012d59f00

View File

@ -9,7 +9,7 @@ assert xpmSupport -> libXpm != null;
assert xaw3dSupport -> Xaw3d != null;
stdenv.mkDerivation {
name = "emacs-21.4a-Z";
name = "emacs-21.4a";
builder = ./builder.sh;
src = fetchurl {
url = http://ftp.gnu.org/pub/gnu/emacs/emacs-21.4a.tar.gz;