File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1111 espeak-ng ,
1212 sonic ,
1313 utf8cpp ,
14- darwin ,
1514} :
1615
1716stdenv . mkDerivation ( finalAttrs : {
@@ -47,9 +46,9 @@ stdenv.mkDerivation (finalAttrs: {
4746 espeak-ng
4847 sonic
4948 utf8cpp
50- ] ++ lib . optionals stdenv . hostPlatform . isDarwin [ darwin . apple_sdk . frameworks . AudioUnit ] ;
49+ ] ;
5150
52- meta = with lib ; {
51+ meta = {
5352 description = "Chinese text-to-speech software" ;
5453 homepage = "http://www.eguidedog.net/ekho.php" ;
5554 longDescription = ''
@@ -59,9 +58,9 @@ stdenv.mkDerivation (finalAttrs: {
5958 (a dialect in Taiwan), Tibetan, Ngangien (an ancient Chinese before
6059 Yuan Dynasty) and Korean (in trial).
6160 '' ;
62- license = licenses . gpl2Plus ;
63- platforms = platforms . linux ++ platforms . darwin ;
64- maintainers = with maintainers ; [ aaronjheng ] ;
61+ license = lib . licenses . gpl2Plus ;
62+ platforms = lib . platforms . linux ++ lib . platforms . darwin ;
63+ maintainers = with lib . maintainers ; [ aaronjheng ] ;
6564 mainProgram = "ekho" ;
6665 } ;
6766} )
You can’t perform that action at this time.
0 commit comments