coqPackages: use coq.ocamlPackages instead of coq.ocaml, coq.camlp5, etc.
This commit is contained in:
@@ -12,7 +12,7 @@ let mkContrib = repo: revs: param:
|
||||
sha256 = "${param.sha256}";
|
||||
};
|
||||
|
||||
buildInputs = [ coq.ocaml coq.camlp5 coq.findlib coq ];
|
||||
buildInputs = with coq.ocamlPackages; [ ocaml camlp5 findlib coq ];
|
||||
|
||||
installFlags = "COQLIB=$(out)/lib/coq/${coq.coq-version}/";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user