google-chrome: use patchelfUnstable for nicer static binary handling

Current/previous behavior is the patchelf process aborting after
a somewhat unfriendly message about an assertion failure.
This commit is contained in:
Will Dietz 2018-09-27 16:36:34 -05:00
parent 776e6da544
commit 196c405efb

View file

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