Unverified Commit 8aa2633d authored by TomaSajt's avatar TomaSajt
Browse files

python313Packages.temporalio: directly pass cargoRoot to fetcher

parent 7c6f50ae
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -33,8 +33,12 @@ buildPythonPackage rec {
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    sourceRoot = "${src.name}/${cargoRoot}";
    inherit
      pname
      version
      src
      cargoRoot
      ;
    hash = "sha256-9hP+zN6jcRmRhPmcZ4Zgp61IeS7gDPfsOvweAxKHnHM=";
  };