mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-18 00:00:32 +02:00
This patch fixes the video playback issue with librewolf. From ebe6707d964fca6f47cf778559f6890bf67665dd Mon Sep 17 00:00:00 2001 Message-ID: <ebe6707d964fca6f47cf778559f6890bf67665dd.1744735632.git.jakob.kirsch@web.de> From: Jakob Kirsch <jakob.kirsch@web.de> Date: Tue, 15 Apr 2025 18:44:58 +0200 Subject: [PATCH] gnu: librewolf: Fix video playback. Firefox seems to enable VAAPI starting with version 137, which depends on libpciaccess. Without it, video playback randomly stops and doesn't work until you restart the browser. * gnu/packages/librewolf.scm (librewolf): [inputs]: Add libpciaccess. Change-Id: I87332f53a41ef64639c9770c6dbfcac1eefe2e84 Signed-off-by: Ian Eure <ian@retrospec.tv>