From 4875c867f3e200b649a127d9d25af6431552500e Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 3 Sep 2025 23:00:18 +0200 Subject: [PATCH] ocaml_make: clean up license --- pkgs/by-name/oc/ocaml_make/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; }