google-chrome: Fix fetching upstream binary
Commitaa097946d2only fixed evaluation. Ssince37dbd62however, 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
This commit is contained in:
@@ -59,7 +59,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
name = "google-chrome-${version}";
|
||||
|
||||
src = fetchurl binary;
|
||||
src = binary;
|
||||
|
||||
buildInputs = [ env patchelf ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user