reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
This commit is contained in:
@@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
|
||||
name = "google-cloud-sdk-${version}";
|
||||
version = "206.0.0";
|
||||
|
||||
src = fetchurl (sources name stdenv.system);
|
||||
src = fetchurl (sources name stdenv.hostPlatform.system);
|
||||
|
||||
buildInputs = [ python makeWrapper ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user