pkgs/gotosocial: add missing ffmpeg
This commit is contained in:
parent
38af65b851
commit
9f3634e2f3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user