File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ module RPM = struct
52
52
let dev_packages ?extra () =
53
53
install
54
54
" sudo passwd bzip2 unzip patch rsync nano gcc-c++ git tar curl xz \
55
- libX11-devel which m4 diffutils findutils%s"
55
+ libX11-devel which m4 gawk diffutils findutils%s"
56
56
(match extra with None -> " " | Some x -> " " ^ x)
57
57
58
58
let ocaml_depexts v =
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ let yum_opam2 ?(labels = []) ?arch ~yum_workaround ~enable_powertools
401
401
@@ workaround @@ Linux.RPM. update
402
402
@@ Linux.RPM. groupinstall dnf_version c_devtools_libs
403
403
@@ Linux.RPM. install
404
- " git patch unzip which tar curl xz libcap-devel openssl sudo bzip2 awk "
404
+ " git patch unzip which tar curl xz libcap-devel openssl sudo bzip2 gawk "
405
405
@@ Linux.Git. init ()
406
406
@@ maybe_build_bubblewrap_from_source distro
407
407
@@ install_opams ~prefix: " /usr" opam_master_hash opam_branches
You can’t perform that action at this time.
0 commit comments