Unverified Commit 27439e49 authored by Austin Horstman's avatar Austin Horstman
Browse files

fedistar: useFetchCargoVendor

Eval broken because of deprecated usage.
parent c021204a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -62,7 +62,9 @@ rustPlatform.buildRustPackage {
    ;
  sourceRoot = "${src.name}/src-tauri";

  cargoHash = "sha256-gn92yrz/6/WNBGVGXXSskSqty3qP+atzu1LB8P882KA=";
  useFetchCargoVendor = true;
  cargoHash = "sha256-u7AHf7TJzWsnynfcvtKaxSZJKeFFmQ1nJZNWUQ8wnWc=";

  postPatch = ''
    substituteInPlace ./tauri.conf.json \
      --replace-fail '"frontendDist": "../out",' '"frontendDist": "${fedistar-frontend}",' \