* 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
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
name = "emacs-22.0.50-pre-xft"; name = "emacs-22.0.50-pre-xft";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { 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"; md5 = "4f96ada6f18513aeb70adc27b7ac862f";
}; };
patches = [./crt.patch]; patches = [./crt.patch];
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
name = "emacs-22.0.50-pre20051207"; name = "emacs-22.0.50-pre20051207";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { 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"; md5 = "011d40367015691e4319ddc65b4e7843";
}; };
patches = [./crt.patch]; patches = [./crt.patch];