fix coq 8.6
more/packages/ocaml.scm
167 | 167 | (("Bytes.unsafe_to_string read_string") "read_string")) | |
168 | 168 | (invoke "make" "-j" (number->string | |
169 | 169 | (parallel-job-count)) | |
170 | + | (string-append | |
171 | + | "USERFLAGS=-I " | |
172 | + | (assoc-ref inputs "ocaml-num") | |
173 | + | "/lib/ocaml/site-lib") | |
170 | 174 | "world") | |
171 | 175 | #t)) | |
172 | 176 | (delete 'check) |