Loading pkgs/by-name/go/google-cloud-sdk/components.nix +1 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, stdenv, fetchurl, system, snapshotPath, autoPatchelfHook, python3, Loading Loading @@ -125,7 +124,7 @@ let }; # Filter out dependencies not supported by current system filterForSystem = builtins.filter (drv: builtins.elem system drv.meta.platforms); filterForSystem = builtins.filter (drv: lib.meta.availableOn stdenv.hostPlatform drv); # Make a google-cloud-sdk component mkComponent = Loading Loading
pkgs/by-name/go/google-cloud-sdk/components.nix +1 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, stdenv, fetchurl, system, snapshotPath, autoPatchelfHook, python3, Loading Loading @@ -125,7 +124,7 @@ let }; # Filter out dependencies not supported by current system filterForSystem = builtins.filter (drv: builtins.elem system drv.meta.platforms); filterForSystem = builtins.filter (drv: lib.meta.availableOn stdenv.hostPlatform drv); # Make a google-cloud-sdk component mkComponent = Loading