Unverified Commit 458306a7 authored by JR Boyens's avatar JR Boyens
Browse files

google-cloud-sdk: add libxcrypt-legacy

parent 53ffab75
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;
      };