···5354- [goeland](https://github.com/slurdge/goeland), an alternative to rss2email written in golang with many filters. Available as [services.goeland](#opt-services.goeland.enable).
550056- [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).
5758- [atuin](https://github.com/ellie/atuin), a sync server for shell history. Available as [services.atuin](#opt-services.atuin.enable).
···5354- [goeland](https://github.com/slurdge/goeland), an alternative to rss2email written in golang with many filters. Available as [services.goeland](#opt-services.goeland.enable).
5556+- [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).
57+58- [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).
5960- [atuin](https://github.com/ellie/atuin), a sync server for shell history. Available as [services.atuin](#opt-services.atuin.enable).
···54 "--with-app-defaults=$(out)/lib/X11/app-defaults"
55 ] ++ lib.optional enableDecLocator "--enable-dec-locator";
5657- # Work around broken "plink.sh".
58- NIX_LDFLAGS = "-lXmu -lXt -lICE -lX11 -lfontconfig";
000005960 # Hack to get xterm built with the feature of releasing a possible setgid of 'utmp',
61 # decided by the sysadmin to allow the xterm reporting to /var/run/utmp
···54 "--with-app-defaults=$(out)/lib/X11/app-defaults"
55 ] ++ lib.optional enableDecLocator "--enable-dec-locator";
5657+ env = {
58+ # Work around broken "plink.sh".
59+ NIX_LDFLAGS = "-lXmu -lXt -lICE -lX11 -lfontconfig";
60+ } // lib.optionalAttrs stdenv.hostPlatform.isMusl {
61+ # Various symbols missing without this define: TAB3, NLDLY, CRDLY, BSDLY, FFDLY, CBAUD
62+ NIX_CFLAGS_COMPILE = "-D_GNU_SOURCE";
63+ };
6465 # Hack to get xterm built with the feature of releasing a possible setgid of 'utmp',
66 # decided by the sysadmin to allow the xterm reporting to /var/run/utmp
···1516buildGoModule rec {
17 pname = "gitea";
18- version = "1.18.5";
1920 # not fetching directly from the git repo, because that lacks several vendor files for the web UI
21 src = fetchurl {
22 url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz";
23- hash = "sha256-OGPn4fknYfzmuAi6CL8m/Ih4uRNraVDmpBm20qT3lKk=";
24 };
2526 vendorHash = null;
···1516buildGoModule rec {
17 pname = "gitea";
18+ version = "1.19.0";
1920 # not fetching directly from the git repo, because that lacks several vendor files for the web UI
21 src = fetchurl {
22 url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz";
23+ hash = "sha256-9nDzXSGYxYw34/Ekmj44VdGLVhRsGL2e5gfyoyPUqGQ=";
24 };
2526 vendorHash = null;