diff --git a/pkgs/development/ocaml-modules/semaphore-compat/default.nix b/pkgs/development/ocaml-modules/semaphore-compat/default.nix index 6b78fe81bce1..adbff78d5945 100644 --- a/pkgs/development/ocaml-modules/semaphore-compat/default.nix +++ b/pkgs/development/ocaml-modules/semaphore-compat/default.nix @@ -14,7 +14,7 @@ buildDunePackage rec { meta = with lib; { description = "Compatibility Semaphore module"; homepage = "https://github.com/mirage/semaphore-compat"; - license = licenses.lgpl21Only; + license = with licenses; [ lgpl21Plus ocamlLgplLinkingException ]; maintainers = [ maintainers.sternenseemann ]; }; }