coq: add ocamlPackages in passthru

We might need OCaml packages that are not the one Coq is depending on
but they still need to come from the same package set (same OCaml version).
This commit is contained in:
Théo Zimmermann 2018-10-17 13:26:43 +02:00
parent 7dea8e403e
commit fa12476755
No known key found for this signature in database
GPG Key ID: F1744A0942F536C7

View File

@ -37,6 +37,8 @@ self = stdenv.mkDerivation {
passthru = {
inherit coq-version;
inherit ocamlPackages;
# For compatibility
inherit (ocamlPackages) ocaml camlp5 findlib num;
emacsBufferSetup = pkgs: ''
; Propagate coq paths to children