Skip to content

Commit e049102

Browse files
Julowvouillon
andcommitted
Fix conf package dependencies
Co-authored-by: Jérôme Vouillon <[email protected]>
1 parent 79bd9f9 commit e049102

File tree

1 file changed

+1
-1
lines changed
  • src/files/ocsigenserver.conf

1 file changed

+1
-1
lines changed

src/files/ocsigenserver.conf/gen.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ let deps () =
8484
; "ocsigenserver" ]
8585
in
8686
let packages =
87-
"lwt_ssl,bytes,lwt.unix,lwt_log,ipaddr,findlib,cryptokit,re,str,xml-light,dynlink,cohttp-lwt-unix,hmap"
87+
"lwt_ssl,bytes,lwt.unix,logs,logs-syslog.unix,syslog-message,ipaddr,findlib,cryptokit,re,str,xml-light,dynlink,cohttp-lwt-unix"
8888
in
8989
let inp =
9090
Unix.open_process_in ("ocamlfind query -p-format -recursive " ^ packages)

0 commit comments

Comments
 (0)