From 196c405efb957a4c419b5eef5b6639ce95604fc8 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Thu, 27 Sep 2018 16:36:34 -0500 Subject: [PATCH] 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. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3b8b440e6bb..736b3118f2d 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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"; };