bison2 removed from nixpkgs

Este commit está contenido en:
Emery Hemingway 2020-07-07 19:52:42 +05:30
padre 55af091dd5
commit 037ebf23b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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