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:
parent
7dea8e403e
commit
fa12476755
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user