Merge pull request #223615 from jboyens/google-cloud-sdk-libxcrypt-legacy

google-cloud-sdk: add libxcrypt-legacy
This commit is contained in:
Weijia Wang
2023-03-30 07:48:31 +03:00
committed by GitHub
@@ -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;
};