* Some Bison/Flex refactoring.

* Added Bison 2.3.

svn path=/nixpkgs/trunk/; revision=6635
This commit is contained in:
Eelco Dolstra
2006-10-02 15:14:17 +00:00
parent 248b380a9b
commit 85230c348a
7 changed files with 11 additions and 21 deletions

View File

@@ -1,14 +0,0 @@
{stdenv, fetchurl, m4}:
assert m4 != null;
stdenv.mkDerivation {
name = "bison-2.1";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/bison-2.1.tar.bz2;
md5 = "ef3110077462b1140b2ae612626e8486";
};
buildInputs = [m4];
} // {
glrSupport = true;
}