coqPackages: use coq.ocamlPackages instead of coq.ocaml, coq.camlp5, etc.

This commit is contained in:
Théo Zimmermann
2018-10-19 10:25:09 +02:00
parent fa12476755
commit 8c399bd6c1
15 changed files with 17 additions and 17 deletions
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
sha256 = "${param.sha256}";
};
buildInputs = [ coq.ocaml coq.camlp5 coq.findlib coq ];
buildInputs = with coq.ocamlPackages; [ ocaml camlp5 findlib coq ];
preBuild = "coq_makefile -f _CoqProject -o Makefile";