Merge pull request #58435 from rixed/ocaml-syslog-also-opt

ocaml-syslog: fix missing cmxa file
This commit is contained in:
Vincent Laporte
2019-03-27 14:43:24 +01:00
committed by GitHub

View File

@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [ ocaml findlib ];
buildFlags = [ "all" "opt" ];
createFindlibDestdir = true;
meta = with stdenv.lib; {