about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox-bin/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-06-08 13:08:23 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-06-08 13:08:23 +0200
commite0a901b1e02926788cc92931cc0aedea4036ecad (patch)
treefad7c8116c8b1bee0624acc30eca7d1d52ee85cf /pkgs/applications/networking/browsers/firefox-bin/default.nix
parent1a726416c72d4d069864636b229594097f28ec04 (diff)
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.
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox-bin/default.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox-bin/default.nix3
1 files changed, 2 insertions, 1 deletions
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)" \