Skip to content

Commit

Permalink
fixup! Init defaults: add cygwin required packages, for local install
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed May 10, 2023
1 parent f24e030 commit 25d8103
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/client/opamInitDefaults.ml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,13 @@ let required_tools ~sandboxing () =
] else []

let required_packages_for_cygwin =
[ "diffutils";
[
"diffutils";
"git"; (* XXX hg & mercurial ? *)
"make";
"patch";
"tar";
"make"
"unzip";
] |> List.map OpamSysPkg.of_string

let init_scripts () = [
Expand Down

0 comments on commit 25d8103

Please sign in to comment.