Commit e44d4be3 authored by jopejoe1's avatar jopejoe1
Browse files

pocketsphinx: make use of compound licenses

parent 4f849a07
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -66,7 +66,9 @@ 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; [
    license =
      with lib.licenses;
      AND [
        bsd2
        bsd3
        mit