bison2 removed from nixpkgs

This commit is contained in:
Ehmry - 2020-07-07 19:52:42 +05:30
vanhempi 55af091dd5
commit 037ebf23b5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa

Näytä tiedosto

@ -7,7 +7,7 @@ let
patches = [];
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ (
with super; [
bison2 flex perl
bison flex perl
]
);
});