diff options
author | lassulus <lassulus@lassul.us> | 2022-05-29 21:46:58 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-05-29 21:46:58 +0200 |
commit | dfb6cce357c5332e62a39b41e4b30ac2b22b7c07 (patch) | |
tree | ec485358607e4259befd7d62f329058d5c5df60f /lass/2configs/radio/news.nix | |
parent | a9ae2a83939cb545b9c6ffd3d9a16d6162194fdd (diff) |
l news: vorbisTools -> vorbis-tools
Diffstat (limited to 'lass/2configs/radio/news.nix')
-rw-r--r-- | lass/2configs/radio/news.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/radio/news.nix b/lass/2configs/radio/news.nix index 27b124093..aa10ea291 100644 --- a/lass/2configs/radio/news.nix +++ b/lass/2configs/radio/news.nix @@ -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 ''; |