Commit acc3d57d authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.pocketsphinx: make use of compound licenses

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