Unverified Commit e608c90a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

google-cloud-sdk: add libxcrypt-legacy
parents 0dff2d8a 458306a7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
      };