google-cloud-sdk: fix build (#468388)

This commit is contained in:
Alexandre Badez
2025-12-10 11:10:03 +01:00
parent 9db6f1e1d2
commit ed4596bd96
@@ -6,6 +6,8 @@
autoPatchelfHook, autoPatchelfHook,
python3, python3,
libxcrypt-legacy, libxcrypt-legacy,
tcl-8_6,
tclPackages,
}: }:
let let
@@ -177,6 +179,8 @@ let
]; ];
buildInputs = [ buildInputs = [
libxcrypt-legacy libxcrypt-legacy
tcl-8_6
tclPackages.tk
]; ];
passthru = { passthru = {
dependencies = filterForSystem dependencies; dependencies = filterForSystem dependencies;