diff options
| author | Théo Zimmermann <theo.zimmermann@inria.fr> | 2022-12-27 20:04:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-27 20:04:32 +0100 |
| commit | 387cd36d7d8e99d04b34b4aa75c755d5f354b9c8 (patch) | |
| tree | b06297f1e187d2feec34557e2571590bcffc516c | |
| parent | Merge pull request #207993 from prusnak/unbreak-darwin (diff) | |
| parent | coqPackages.coq: fix typo (diff) | |
| download | nixpkgs-387cd36d7d8e99d04b34b4aa75c755d5f354b9c8.tar.gz | |
Merge pull request #207995 from Artturin/fixtypocoq
coqPackages.coq: fix typo
| -rw-r--r-- | pkgs/applications/science/logic/coq/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/coq/default.nix b/pkgs/applications/science/logic/coq/default.nix index 82c2b0b61419..f223763c9b60 100644 --- a/pkgs/applications/science/logic/coq/default.nix +++ b/pkgs/applications/science/logic/coq/default.nix @@ -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 ; |
