From e0a901b1e02926788cc92931cc0aedea4036ecad Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 8 Jun 2023 13:08:23 +0200 Subject: firefox-bin-unwrapped: patch new glxtest/vaapitest binaries Otherwise the probing of graphics hardware will fail and the user will be unable to create e.g. WebGL contexts. --- pkgs/applications/networking/browsers/firefox-bin/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/networking/browsers') diff --git a/pkgs/applications/networking/browsers/firefox-bin/default.nix b/pkgs/applications/networking/browsers/firefox-bin/default.nix index 052e0e149a8ab..31d1ef6920650 100644 --- a/pkgs/applications/networking/browsers/firefox-bin/default.nix +++ b/pkgs/applications/networking/browsers/firefox-bin/default.nix @@ -167,7 +167,8 @@ stdenv.mkDerivation { for executable in \ firefox firefox-bin plugin-container \ - updater crashreporter webapprt-stub + updater crashreporter webapprt-stub \ + glxtest vaapitest do if [ -e "$out/usr/lib/firefox-bin-${version}/$executable" ]; then patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \ -- cgit 1.4.1