From f37f046419c3b410fa3893cba075922953c33b05 Mon Sep 17 00:00:00 2001 From: Ole Strohm Date: Sun, 28 Jun 2026 12:47:48 +0100 Subject: [PATCH] giph: fix missing ffmpeg format Giph requires the xcb format to grab X11 input, but the default ffmpeg package doesn't have that enabled, and so the program fails to record anything. Switching it to ffmpeg-full enables the program to record the screen and makes it work again --- pkgs/by-name/gi/giph/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gi/giph/package.nix b/pkgs/by-name/gi/giph/package.nix index f1fba37b2cb2..0be11bef8b16 100644 --- a/pkgs/by-name/gi/giph/package.nix +++ b/pkgs/by-name/gi/giph/package.nix @@ -2,7 +2,7 @@ stdenvNoCC, lib, fetchFromGitHub, - ffmpeg, + ffmpeg-full, xdotool, slop, libnotify, @@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation rec { wrapProgram $out/bin/giph \ --prefix PATH : ${ lib.makeBinPath [ - ffmpeg + ffmpeg-full xdotool libnotify slop