* Fix building the Fortran compiler.
svn path=/nixpkgs/trunk/; revision=12201
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user