python3Packages.pocketsphinx: make use of compound licenses

This commit is contained in:
Jo
2026-04-23 09:07:22 +02:00
committed by jopejoe1
parent e44d4be358
commit acc3d57d78
@@ -44,11 +44,13 @@ buildPythonPackage rec {
description = "Small speech recognizer";
homepage = "https://github.com/cmusphinx/pocketsphinx";
changelog = "https://github.com/cmusphinx/pocketsphinx/blob/v${version}/NEWS";
license = with lib.licenses; [
bsd2
bsd3
mit
];
license =
with lib.licenses;
AND [
bsd2
bsd3
mit
];
maintainers = with lib.maintainers; [ jopejoe1 ];
};
}