Don't pin menhir
This commit is contained in:
parent
4db1af47c3
commit
4d585096ba
@ -22,9 +22,6 @@ in {
|
|||||||
macaddr = osuper.macaddr.versions."4.0.0";
|
macaddr = osuper.macaddr.versions."4.0.0";
|
||||||
ocaml-migrate-parsetree = osuper.ocaml-migrate-parsetree.versions."1.4.0";
|
ocaml-migrate-parsetree = osuper.ocaml-migrate-parsetree.versions."1.4.0";
|
||||||
ppx_tools_versioned = osuper.ppx_tools_versioned.versions."5.2.3";
|
ppx_tools_versioned = osuper.ppx_tools_versioned.versions."5.2.3";
|
||||||
menhir = osuper.menhir.versions."20190626".overrideAttrs (_: {
|
|
||||||
buildPhase = "make PREFIX=$out";
|
|
||||||
});
|
|
||||||
tezos-protocol-compiler = osuper.tezos-protocol-compiler.overrideAttrs
|
tezos-protocol-compiler = osuper.tezos-protocol-compiler.overrideAttrs
|
||||||
(oa: {
|
(oa: {
|
||||||
buildInputs = oa.buildInputs ++ [ oself.pprint ];
|
buildInputs = oa.buildInputs ++ [ oself.pprint ];
|
||||||
|
Loading…
Reference in New Issue
Block a user