diff --git a/pkgs/by-name/oc/ocaml_make/package.nix b/pkgs/by-name/oc/ocaml_make/package.nix index 0d41e59be0fe..0f1431e07418 100644 --- a/pkgs/by-name/oc/ocaml_make/package.nix +++ b/pkgs/by-name/oc/ocaml_make/package.nix @@ -29,7 +29,11 @@ stdenv.mkDerivation { meta = { homepage = "http://www.ocaml.info/home/ocaml_sources.html"; description = "Generic OCaml Makefile for GNU Make"; - license = "LGPL"; + license = with lib.licenses; [ + lgpl21Only + ocamlLgplLinkingException + gpl3Only + ]; platforms = lib.platforms.unix; }; }