* Fix building the Fortran compiler.

svn path=/nixpkgs/trunk/; revision=12201
This commit is contained in:
Eelco Dolstra
2008-06-27 14:43:25 +00:00
parent eef2cd2f81
commit aaccd6f6e2
8 changed files with 36 additions and 187 deletions
@@ -1,14 +0,0 @@
{stdenv, fetchurl, m4}:
assert m4 != null;
stdenv.mkDerivation {
name = "bison-1.875d";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/bison-1.875d.tar.gz;
md5 = "faaa4a271ca722fb6c769d72e18ade0b";
};
buildInputs = [m4];
} // {
glrSupport = true;
}