mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
nixos/mautrix-telegram: use ffmpeg-headless instead of ffmpeg-full (#358225)
This commit is contained in:
commit
caeec1f97d
@ -137,7 +137,7 @@ in {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [ "network-online.target" ] ++ cfg.serviceDependencies;
|
||||
after = [ "network-online.target" ] ++ cfg.serviceDependencies;
|
||||
path = [ pkgs.lottieconverter pkgs.ffmpeg-full ];
|
||||
path = [ pkgs.lottieconverter pkgs.ffmpeg-headless ];
|
||||
|
||||
# mautrix-telegram tries to generate a dotfile in the home directory of
|
||||
# the running user if using a postgresql database:
|
||||
|
Loading…
Reference in New Issue
Block a user