bison2 removed from nixpkgs

这个提交包含在:
Emery Hemingway 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
]
);
});