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
commit f5f8d85419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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