lol

google-chrome: Fix fetching upstream binary

Commit aa097946d226aabbe77623800a825b3ee74180c4 only fixed evaluation.

Ssince 37dbd62 however, the fetchurl call is already implied so just
changing the path will still result in fetchurl (fetchurl ...), so let's
drop the outer fetchurl.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @msteen, @benley

aszlig 4d305102 4295ad5e

+1 -1
+1 -1
pkgs/applications/networking/browsers/google-chrome/default.nix
··· 59 59 60 60 name = "google-chrome-${version}"; 61 61 62 - src = fetchurl binary; 62 + src = binary; 63 63 64 64 buildInputs = [ env patchelf ]; 65 65