pkgs/gotosocial: add missing ffmpeg

This commit is contained in:
Aaron Bieber 2022-09-19 13:53:19 -06:00
parent 38af65b851
commit 9f3634e2f3
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
{ stdenv, lib, buildGoModule, fetchFromGitHub, makeWrapper, go, git, ... }:
{ stdenv, lib, buildGoModule, fetchFromGitHub, makeWrapper, go, git, ffmpeg, ... }:
let
gotosocialVersion = "0.5.0-rc2";
gotosocialWebAssets = builtins.fetchurl {