From fb932783c47894591dece366ff2d354d5d4b7579 Mon Sep 17 00:00:00 2001 From: Artem Leshchev Date: Mon, 23 Mar 2026 13:12:42 -0500 Subject: [PATCH] lib.licenses.bzip2: add The identifier is not versioned, as the version there is an artifact of an incorrect interpretation of the documentation, other variants are now deprecated. --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index 9ca884c690cc..e024ee13fe37 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -304,6 +304,11 @@ lib.mapAttrs mkLicense ( redistributable = true; }; + bzip2 = { + spdxId = "bzip2-1.0.6"; + fullName = "bzip2 and libbzip2 License v1.0.6"; + }; + cal10 = { spdxId = "CAL-1.0"; fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)";