ocaml_make: clean up license

This commit is contained in:
jopejoe1
2025-09-28 18:47:22 +02:00
parent 06d12599ed
commit 4875c867f3
+5 -1
View File
@@ -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;
};
}