bison2 removed from nixpkgs

このコミットが含まれているのは:
Ehmry - 2020-07-07 19:52:42 +05:30
コミット 037ebf23b5
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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