From b3a4bf8186c2f736dc93f2cbd8b66cc093e0e4ff Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 3 Sep 2025 23:13:06 +0200 Subject: [PATCH] ocamlPackages.ssl: make use of lib.licenses --- pkgs/development/ocaml-modules/ssl/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/ssl/default.nix b/pkgs/development/ocaml-modules/ssl/default.nix index fea4be04f8a3..fc0a75ca140f 100644 --- a/pkgs/development/ocaml-modules/ssl/default.nix +++ b/pkgs/development/ocaml-modules/ssl/default.nix @@ -37,7 +37,10 @@ buildDunePackage rec { meta = { homepage = "http://savonet.rastageeks.org/"; description = "OCaml bindings for libssl"; - license = "LGPL+link exception"; + license = with lib.licenses; [ + lgpl21Plus + ocamlLgplLinkingException + ]; maintainers = with lib.maintainers; [ anmonteiro dandellion