l news: vorbisTools -> vorbis-tools

This commit is contained in:
lassulus 2022-05-29 21:46:58 +02:00
parent a9ae2a8393
commit dfb6cce357

View File

@ -27,7 +27,7 @@ let
'';
send_to_radio = pkgs.writers.writeDashBin "send_to_radio" ''
${pkgs.vorbisTools}/bin/oggenc - |
${pkgs.vorbis-tools}/bin/oggenc - |
${pkgs.libshout}/bin/shout --format ogg --host localhost --port 1338 --mount /live
'';