Unverified Commit 6d70a4ac authored by TomaSajt's avatar TomaSajt
Browse files

ruby: directly pass cargoRoot to fetcher

parent 8aa2633d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -216,8 +216,7 @@ let
          cargoDeps =
            if yjitSupport then
              rustPlatform.fetchCargoVendor {
                inherit (finalAttrs) src;
                sourceRoot = "${finalAttrs.pname}-${version}/${finalAttrs.cargoRoot}";
                inherit (finalAttrs) src cargoRoot;
                hash =
                  assert cargoHash != null;
                  cargoHash;