bison2 removed from nixpkgs

This commit is contained in:
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
]
);
});