From e7345efa6a63b3ad1610fbef28657945f8bc9266 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sun, 30 Sep 2018 21:49:35 -0500 Subject: [PATCH] google-chrome: use default patchelf, "fixes" nacl_helper crashing. I'm not sure what the problem is, precisely, but even so this was preventing use of things like cast'ing-- not that I'm entirely clear on what that would be the case either :/. Err on caution and let's go back to what the situation was before and fix it properly when we better understand the issue. --- 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 e4177bce4d22..9c1c2238596b 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -16895,7 +16895,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"; };