google-chrome: use default patchelf, "fixes" nacl_helper crashing.

I'm not sure what the problem is, precisely, but even so
this was preventing use of things like cast'ing--
not that I'm entirely clear on what that would be the case either :/.

Err on caution and let's go back to what the situation was before
and fix it properly when we better understand the issue.
This commit is contained in:
Will Dietz 2018-09-30 21:49:35 -05:00
parent 4652b54f38
commit e7345efa6a

View File

@ -16895,7 +16895,7 @@ with pkgs;
googleearth = callPackage ../applications/misc/googleearth { };
google-chrome = callPackage ../applications/networking/browsers/google-chrome { gconf = gnome2.GConf; patchelf = patchelfUnstable; };
google-chrome = callPackage ../applications/networking/browsers/google-chrome { gconf = gnome2.GConf; };
google-chrome-beta = google-chrome.override { chromium = chromiumBeta; channel = "beta"; };