mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
776e6da544
commit
196c405efb
1 changed files with 1 additions and 1 deletions
|
@ -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"; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue