pkgs/gotosocial: add missing ffmpeg
This commit is contained in:
parent
66d9d27479
commit
2af7037c59
@ -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