bison: drop obsolete version 1.875
This commit is contained in:
parent
b3aafc8494
commit
2e2a17a92a
|
@ -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; };
|
|
||||||
}
|
|
|
@ -2937,11 +2937,7 @@ let
|
||||||
cross = assert crossSystem != null; crossSystem;
|
cross = assert crossSystem != null; crossSystem;
|
||||||
});
|
});
|
||||||
|
|
||||||
bison = bison26;
|
bison = callPackage ../development/tools/parsing/bison { };
|
||||||
|
|
||||||
bison1875 = callPackage ../development/tools/parsing/bison/bison-1.875.nix { };
|
|
||||||
|
|
||||||
bison26 = callPackage ../development/tools/parsing/bison/bison-2.6.nix { };
|
|
||||||
|
|
||||||
buildbot = callPackage ../development/tools/build-managers/buildbot {
|
buildbot = callPackage ../development/tools/build-managers/buildbot {
|
||||||
inherit (pythonPackages) twisted;
|
inherit (pythonPackages) twisted;
|
||||||
|
|
Loading…
Reference in New Issue