zero-install: set safe-string=0 for OCaml 4.06.0 compat

This commit is contained in:
ilovezfs 2017-11-04 14:26:32 -07:00
parent 943cfcfc83
commit 8b1f3ada18

View file

@ -23,6 +23,7 @@ class ZeroInstall < Formula
depends_on "gtk+" => :optional
def install
ENV["OCAMLPARAM"] = "safe-string=0,_" # OCaml 4.06.0 compat
ENV.append_path "PATH", Formula["gnupg"].opt_bin
opamroot = buildpath/"opamroot"