From 9f3634e2f3801933e1840b2a7c6b3bc86fff3d4c Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 19 Sep 2022 13:53:19 -0600 Subject: [PATCH] pkgs/gotosocial: add missing ffmpeg --- pkgs/gotosocial.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {