mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
google-cloud-sdk: fix build (#468388)
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
autoPatchelfHook,
|
||||
python3,
|
||||
libxcrypt-legacy,
|
||||
tcl-8_6,
|
||||
tclPackages,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -177,6 +179,8 @@ let
|
||||
];
|
||||
buildInputs = [
|
||||
libxcrypt-legacy
|
||||
tcl-8_6
|
||||
tclPackages.tk
|
||||
];
|
||||
passthru = {
|
||||
dependencies = filterForSystem dependencies;
|
||||
|
||||
Reference in New Issue
Block a user