bison2 removed from nixpkgs

This commit is contained in:
Emery Hemingway 2020-07-07 19:52:42 +05:30
parent 55af091dd5
commit 037ebf23b5
1 changed files with 1 additions and 1 deletions

View File

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