bison2 removed from nixpkgs

This commit is contained in:
Ehmry - 2020-07-07 19:52:42 +05:30
rodzic 55af091dd5
commit 037ebf23b5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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