ocaml: opam-file-format: Allow to disable dynamic linking

This commit is contained in:
Alexander Bantyev
2019-11-26 18:03:55 +03:00
parent 07b838f13b
commit 484e0a89f9
2 changed files with 15 additions and 0 deletions
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
installFlags = [ "LIBDIR=$(OCAMLFIND_DESTDIR)" ];
patches = [ ./optional-static.patch ];
meta = {
description = "Parser and printer for the opam file syntax";
license = stdenv.lib.licenses.lgpl21;