coq: move some attributes inside passthru

This commit is contained in:
Vincent Laporte 2018-04-14 17:37:39 +00:00
parent a071e9f841
commit 5f97adccdc
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -34,11 +34,9 @@ let
self = stdenv.mkDerivation {
name = "coq-${version}";
inherit coq-version;
inherit camlp5;
inherit (ocamlPackages) ocaml;
passthru = {
inherit (ocamlPackages) findlib num;
inherit coq-version camlp5;
inherit (ocamlPackages) ocaml findlib num;
emacsBufferSetup = pkgs: ''
; Propagate coq paths to children
(inherit-local-permanent coq-prog-name "${self}/bin/coqtop")