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 11:26:45 +0200
committerGitHub <noreply@github.com>2023-10-16 11:26:45 +0200
commit1f3eaa409311553c204cf73dfc0b027f352e77d4 (patch)
treef3266c78342789adc6bd98ebcc98eb3fce8eaf5b /pkgs/applications
parent0f6819c39fc66846fcafeb6bd2d09a65e68a2b3c (diff)
parentf38a4c09305fbdb815224c0326851f69b1da9d85 (diff)
Merge pull request #261351 from wegank/mbrola-platforms
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";
   };