ocaml-syslog: fix missing cmxa file

Makefile does not produce native library by default.
This commit is contained in:
Cedric Cellier 2019-03-27 13:34:43 +01:00
parent 5f47ad0f8a
commit b3876e522e

View file

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