Loading pkgs/tools/admin/google-cloud-sdk/components.nix +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , snapshotPath , autoPatchelfHook , python3 , libxcrypt-legacy , ... }: Loading Loading @@ -167,6 +168,9 @@ let ] ++ lib.optionals stdenv.isLinux [ autoPatchelfHook ]; buildInputs = [ libxcrypt-legacy ]; passthru = { dependencies = filterForSystem dependencies; }; Loading Loading
pkgs/tools/admin/google-cloud-sdk/components.nix +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , snapshotPath , autoPatchelfHook , python3 , libxcrypt-legacy , ... }: Loading Loading @@ -167,6 +168,9 @@ let ] ++ lib.optionals stdenv.isLinux [ autoPatchelfHook ]; buildInputs = [ libxcrypt-legacy ]; passthru = { dependencies = filterForSystem dependencies; }; Loading