xkeyboard-config: improve license list

Previously I just set this to "free", however with
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/527
being resolved and https://github.com/spdx/license-list-XML/pull/2864
being merged this license is now a thing.
This commit is contained in:
quantenzitrone
2025-11-09 20:22:40 +01:00
parent e1ebeec86b
commit 4934c0596f
2 changed files with 6 additions and 3 deletions

View File

@@ -747,6 +747,11 @@ lib.mapAttrs mkLicense (
fullName = "Historical Permission Notice and Disclaimer - University of California variant"; fullName = "Historical Permission Notice and Disclaimer - University of California variant";
}; };
hyphenBulgarian = {
fullName = "hyphen-bulgarian License";
spdxId = "hyphen-bulgarian";
};
# Intel's license, seems free # Intel's license, seems free
iasl = { iasl = {
spdxId = "Intel-ACPI"; spdxId = "Intel-ACPI";

View File

@@ -81,9 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
mit mit
hpnd hpnd
cronyx cronyx
# there is another unknown license at the end but it seems free hyphenBulgarian
# also see this issue https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/527
free
]; ];
maintainers = [ ]; maintainers = [ ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;