nixpkgs/pkgs/applications/networking/browsers/google-chrome
emilylange 8a3a274c24
google-chrome: unbreak build in M121
This fixes the following error:
```
Running phase: installPhase
patchelf: getting info about '/nix/store/s5dybbabbwn2w7jqdv5fk0cn7jzq54b1-google-chrome-121.0.6167.85/share/google/chrome/nacl_helper': No such file or directory
```

`nacl_helper` is no longer present in the tarball since M121, so this
patch simply removes it from the hardcoded list of paths to patchelf.

I did some very brief and everything seems to work fine.
2024-01-24 16:57:35 +01:00
..
default.nix google-chrome: unbreak build in M121 2024-01-24 16:57:35 +01:00