ocaml-syslog: fix missing cmxa file

Makefile does not produce native library by default.
wip/yesman
Cedric Cellier 5 years ago
parent 5f47ad0f8a
commit b3876e522e
  1. 2
      pkgs/development/ocaml-modules/syslog/default.nix

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

Loading…
Cancel
Save