Merge pull request #47612 from dtzWill/fix/use-regular-patchelf-with-chrome

google-chrome: use default patchelf, "fixes" nacl_helper crashing.
This commit is contained in:
Will Dietz
2018-10-18 21:20:42 -05:00
committed by GitHub

View File

@@ -17007,7 +17007,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"; };