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

View File

@ -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; };
}

View File

@ -2937,11 +2937,7 @@ let
cross = assert crossSystem != null; crossSystem;
});
bison = bison26;
bison1875 = callPackage ../development/tools/parsing/bison/bison-1.875.nix { };
bison26 = callPackage ../development/tools/parsing/bison/bison-2.6.nix { };
bison = callPackage ../development/tools/parsing/bison { };
buildbot = callPackage ../development/tools/build-managers/buildbot {
inherit (pythonPackages) twisted;