forked from mirrors/nixpkgs
ocaml-syslog: fix missing cmxa file
Makefile does not produce native library by default.
This commit is contained in:
parent
5f47ad0f8a
commit
b3876e522e
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ ocaml findlib ];
|
||||
|
||||
buildFlags = [ "all" "opt" ];
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue