bison: drop obsolete version 1.875

This commit is contained in:
Peter Simons
2012-10-23 18:46:09 +02:00
parent b3aafc8494
commit 2e2a17a92a
3 changed files with 1 additions and 18 deletions
@@ -1,13 +0,0 @@
{stdenv, fetchurl, m4}:
assert m4 != null;
stdenv.mkDerivation {
name = "bison-1.875";
src = fetchurl {
url = mirror://gnu/bison/bison-1.875.tar.bz2;
md5 = "b7f8027b249ebd4dd0cc948943a71af0";
};
buildInputs = [m4];
passthru = { glrSupport = true; };
}