fedistar: useFetchCargoVendor

Eval broken because of deprecated usage.
This commit is contained in:
Austin Horstman
2025-03-10 10:34:28 -05:00
parent c021204af6
commit 27439e495e
+3 -1
View File
@@ -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}",' \