* Better names.

svn path=/nixpkgs/trunk/; revision=4625
This commit is contained in:
Eelco Dolstra 2006-01-30 16:19:53 +00:00
parent 9f898a586b
commit 4e684bbf5a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
name = "emacs-22.0.50-pre-xft";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/emacs-22.0.50-xft.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/emacs-22.0.50-pre-xft.tar.bz2;
md5 = "4f96ada6f18513aeb70adc27b7ac862f";
};
patches = [./crt.patch];

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation {
name = "emacs-22.0.50-pre20051207";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/emacs-22.0.50.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/emacs-22.0.50-pre20051207.tar.bz2;
md5 = "011d40367015691e4319ddc65b4e7843";
};
patches = [./crt.patch];