diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-06-08 13:08:23 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-08 11:17:58 +0000 |
| commit | 861559d34075a95f6b2382b7d406a1cc97cf656a (patch) | |
| tree | 7b283487938c0a19271051099ab631f4f14e2ff9 | |
| parent | Merge pull request #236556 from NixOS/backport-236471-to-release-23.05 (diff) | |
| download | nixpkgs-861559d34075a95f6b2382b7d406a1cc97cf656a.tar.gz | |
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.
(cherry picked from commit e0a901b1e02926788cc92931cc0aedea4036ecad)
| -rw-r--r-- | pkgs/applications/networking/browsers/firefox-bin/default.nix | 3 |
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 052e0e149a8a..31d1ef692065 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)" \ |
