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
commit ca67b33a28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17007,7 +17007,7 @@ with pkgs;
googleearth = callPackage ../applications/misc/googleearth { }; 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"; }; google-chrome-beta = google-chrome.override { chromium = chromiumBeta; channel = "beta"; };