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).
wip/yesman
Théo Zimmermann 6 years ago
parent 7dea8e403e
commit fa12476755
No known key found for this signature in database
GPG Key ID: F1744A0942F536C7
  1. 2
      pkgs/applications/science/logic/coq/default.nix

@ -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…
Cancel
Save