bison2 removed from nixpkgs

This commit is contained in:
Ehmry - 2020-07-07 19:52:42 +05:30
джерело 55af091dd5
коміт 037ebf23b5
1 змінених файлів з 1 додано та 1 видалено

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