diff --git a/pkgs/gotosocial.nix b/pkgs/gotosocial.nix index 1b59b3f..b209218 100644 --- a/pkgs/gotosocial.nix +++ b/pkgs/gotosocial.nix @@ -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 {