pocketsphinx: make use of compound licenses

This commit is contained in:
Jo
2026-04-21 12:51:11 +02:00
committed by jopejoe1
parent 4f849a0742
commit e44d4be358
+7 -5
View File
@@ -66,11 +66,13 @@ stdenv.mkDerivation (finalAttrs: {
description = "Small speech recognizer";
homepage = "https://github.com/cmusphinx/pocketsphinx";
changelog = "https://github.com/cmusphinx/pocketsphinx/blob/v${finalAttrs.version}/NEWS";
license = with lib.licenses; [
bsd2
bsd3
mit
];
license =
with lib.licenses;
AND [
bsd2
bsd3
mit
];
pkgConfigModules = [ "pocketsphinx" ];
mainProgram = "pocketsphinx";
maintainers = with lib.maintainers; [ jopejoe1 ];