From ba6c2290374dbf1f9a10b22e71a13ad08564d5f9 Mon Sep 17 00:00:00 2001 From: apfelkuchen6 <73002165+apfelkuchen6@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:31:28 +0200 Subject: texlive: fix licensing information for doc-only-packages (#239528) * licenses: add opubl * texlive: fix license for npp-for-context and lshort-german This unbreaks evaluation for `texlive.combine { inherit (texlive) scheme-full; pkgFilter = (_: true) }`. The problem doesn't manifest for the default pkgFilter as `npp-for-context` is a doc-only-package (that by the way has recently been removed from texlive). --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/licenses.nix b/lib/licenses.nix index a92e8e0792e5f..8836ab912e631 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -873,6 +873,11 @@ in mkLicense lset) ({ fullName = "OpenSSL License"; }; + opubl = { + spdxId = "OPUBL-1.0"; + fullName = "Open Publication License v1.0"; + }; + osl2 = { spdxId = "OSL-2.0"; fullName = "Open Software License 2.0"; -- cgit 1.4.1