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
commit e608c90a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};