···53535454- [goeland](https://github.com/slurdge/goeland), an alternative to rss2email written in golang with many filters. Available as [services.goeland](#opt-services.goeland.enable).
55555656+- [alertmanager-irc-relay](https://github.com/google/alertmanager-irc-relay), a Prometheus Alertmanager IRC Relay. Available as [services.prometheus.alertmanagerIrcRelay](options.html#opt-services.prometheus.alertmanagerIrcRelay.enable).
5757+5658- [tts](https://github.com/coqui-ai/TTS), a battle-tested deep learning toolkit for Text-to-Speech. Mutiple servers may be configured below [services.tts.servers](#opt-services.tts.servers).
57595860- [atuin](https://github.com/ellie/atuin), a sync server for shell history. Available as [services.atuin](#opt-services.atuin.enable).
···5454 "--with-app-defaults=$(out)/lib/X11/app-defaults"
5555 ] ++ lib.optional enableDecLocator "--enable-dec-locator";
56565757- # Work around broken "plink.sh".
5858- NIX_LDFLAGS = "-lXmu -lXt -lICE -lX11 -lfontconfig";
5757+ env = {
5858+ # Work around broken "plink.sh".
5959+ NIX_LDFLAGS = "-lXmu -lXt -lICE -lX11 -lfontconfig";
6060+ } // lib.optionalAttrs stdenv.hostPlatform.isMusl {
6161+ # Various symbols missing without this define: TAB3, NLDLY, CRDLY, BSDLY, FFDLY, CBAUD
6262+ NIX_CFLAGS_COMPILE = "-D_GNU_SOURCE";
6363+ };
59646065 # Hack to get xterm built with the feature of releasing a possible setgid of 'utmp',
6166 # decided by the sysadmin to allow the xterm reporting to /var/run/utmp