Merge pull request #207995 from Artturin/fixtypocoq
coqPackages.coq: fix typo
This commit is contained in:
@@ -89,7 +89,7 @@ self = stdenv.mkDerivation {
|
||||
|
||||
passthru = {
|
||||
inherit coq-version;
|
||||
inherit ocamlPackages ocamlNativeNuildInputs;
|
||||
inherit ocamlPackages ocamlNativeBuildInputs;
|
||||
inherit ocamlPropagatedBuildInputs ocamlPropagatedNativeBuildInputs;
|
||||
# For compatibility
|
||||
inherit (ocamlPackages) ocaml camlp5 findlib num ;
|
||||
|
||||
Reference in New Issue
Block a user