summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com>2026-01-10 11:12:55 +0000
committerGitHub <noreply@github.com>2026-01-10 11:12:55 +0000
commit06e5fd7d405ed3080fd387727257222bd59859b9 (patch)
tree78d17b36e7ed584225038d57651f57d9923beb77 /lib
parenthaskell.compiler: Apply patches to fix PPC64 ELFv2 support (#462247) (diff)
parentMerge master into staging-next (diff)
downloadnixpkgs-06e5fd7d405ed3080fd387727257222bd59859b9.tar.gz
Merge staging-next into staging
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 ce2e15951fc1..63fc954d50a6 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -1542,6 +1542,11 @@ lib.mapAttrs mkLicense (
fullName = "X11 License";
};
+ x11BsdClause = {
+ fullName = "X11 License with third BSD clause";
+ url = "https://gitlab.freedesktop.org/xorg/driver/xf86-video-geode/-/blob/d147c3f1b6907ae9db6f12853cedd450537d99d2/COPYING";
+ };
+
x11NoPermitPersons = {
spdxId = "X11-no-permit-persons";
fullName = "X11 no permit persons clause";