about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorapfelkuchen6 <73002165+apfelkuchen6@users.noreply.github.com>2023-06-26 20:31:28 +0200
committerGitHub <noreply@github.com>2023-06-26 20:31:28 +0200
commitba6c2290374dbf1f9a10b22e71a13ad08564d5f9 (patch)
tree6b7794fef0de95209de07b18acfe6253ae794eb6 /lib
parent6a9c15fbfd63087ed942c1dfb4d7d5fbf3d42c16 (diff)
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).
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
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";