Unverified Commit f1478654 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

google-cloud-sdk: use structuredAttrs instead of passAsFile (#498304)

parents 5a7132ba c3f34fb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ let
        fi

        # Write the snapshot file to the `.install` folder
        cp $snapshotPath $out/google-cloud-sdk/.install/${pname}.snapshot.json
        printf "%s" "$snapshot" > $out/google-cloud-sdk/.install/${pname}.snapshot.json
      '';
      nativeBuildInputs = [
        python3
@@ -185,7 +185,7 @@ let
      passthru = {
        dependencies = filterForSystem dependencies;
      };
      passAsFile = [ "snapshot" ];
      __structuredAttrs = true;
      meta = {
        inherit description platforms;
      };