summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/pico2wave/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-10-14 12:56:20 +0200
committermakefu <github@syntax-fehler.de>2019-10-14 12:56:20 +0200
commit8273bcc77c83307faec8963a48758cd51ad044ac (patch)
treefc2087fd2deccfeb7152fd20c9b85a83fdd57759 /makefu/5pkgs/pico2wave/default.nix
parent4d013908378e6c25b3dae33fc9555e4d0881e28e (diff)
ma 5pkgs: debug for 19.09 release
Diffstat (limited to 'makefu/5pkgs/pico2wave/default.nix')
-rw-r--r--makefu/5pkgs/pico2wave/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/5pkgs/pico2wave/default.nix b/makefu/5pkgs/pico2wave/default.nix
index 5302e8bf..b2d18fee 100644
--- a/makefu/5pkgs/pico2wave/default.nix
+++ b/makefu/5pkgs/pico2wave/default.nix
@@ -41,4 +41,11 @@ stdenv.mkDerivation rec {
--set NIX_REDIRECTS /usr/share/pico/lang=$out/share/pico/lang
'';
+ meta = with stdenv.lib; {
+ description = "Text-to-speech engine";
+ homepage = https://android.googlesource.com/platform/external/svox;
+ platforms = platforms.linux;
+ license = licenses.asl20;
+ maintainers = with maintainers; [ abbradar ];
+ };
}