about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-16 10:18:16 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-16 10:18:16 +0200
commitf38a4c09305fbdb815224c0326851f69b1da9d85 (patch)
tree1d4030188651db7c8c5ed30c1d5fd29a5b7b2062 /pkgs/applications
parent0e86745f240faa40e254fda6f5fd93217119b06f (diff)
mbrola: update platforms
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/mbrola/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mbrola/default.nix b/pkgs/applications/audio/mbrola/default.nix
index a21495027c865..afe3961bfa479 100644
--- a/pkgs/applications/audio/mbrola/default.nix
+++ b/pkgs/applications/audio/mbrola/default.nix
@@ -7,7 +7,7 @@ let
   meta = with lib; {
     license = licenses.agpl3Plus;
     maintainers = with maintainers; [ davidak ];
-    platforms = platforms.linux;
+    platforms = platforms.all;
     description = "Speech synthesizer based on the concatenation of diphones";
     homepage = "https://github.com/numediart/MBROLA";
   };