google-cloud-sdk: add libxcrypt-legacy

This commit is contained in:
JR Boyens 2023-03-29 21:09:31 -07:00
parent 53ffab75a2
commit 458306a751
No known key found for this signature in database
GPG Key ID: 36AE04764DA1614F

View File

@ -5,6 +5,7 @@
, snapshotPath
, autoPatchelfHook
, python3
, libxcrypt-legacy
, ...
}:
@ -167,6 +168,9 @@ let
] ++ lib.optionals stdenv.isLinux [
autoPatchelfHook
];
buildInputs = [
libxcrypt-legacy
];
passthru = {
dependencies = filterForSystem dependencies;
};