Merge pull request #223615 from jboyens/google-cloud-sdk-libxcrypt-legacy
google-cloud-sdk: add libxcrypt-legacy
This commit is contained in:
commit
e608c90a1c
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue