From 7e68960d7ca1b5a78352d5b3786a3409f832e809 Mon Sep 17 00:00:00 2001 From: quantenzitrone Date: Sun, 23 Nov 2025 14:44:20 +0100 Subject: [PATCH] lib.licenses.x11NoPermitPersons: add --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index 5dcf1a781f4f..b67421054e8b 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -1520,6 +1520,11 @@ lib.mapAttrs mkLicense ( fullName = "X11 License"; }; + x11NoPermitPersons = { + spdxId = "X11-no-permit-persons"; + fullName = "X11 no permit persons clause"; + }; + xerox = { spdxId = "Xerox"; fullName = "Xerox License";