svn path=/nixpkgs/trunk/; revision=13297
This commit is contained in:
Eelco Dolstra 2008-11-14 16:28:15 +00:00
parent f61fbc205b
commit c1cbd437dc

View file

@ -5,7 +5,7 @@ assert m4 != null;
stdenv.mkDerivation {
name = "bison-1.875";
src = fetchurl {
urls = mirror://gnu/bison/bison-1.875.tar.bz2;
url = mirror://gnu/bison/bison-1.875.tar.bz2;
md5 = "b7f8027b249ebd4dd0cc948943a71af0";
};
buildInputs = [m4];