cargo-tauri_1: fix build (#492634)

This commit is contained in:
Yt
2026-02-21 09:27:10 +00:00
committed by GitHub
@@ -17,6 +17,8 @@ cargo-tauri.overrideAttrs (
hash = "sha256-UE/mJ0WdbVT4E1YuUCtu80UB+1WR+KRWs+4Emy3Nclc=";
};
patches = [ ];
# Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at
# https://discourse.nixos.org/t/difficulty-using-buildrustpackage-with-a-src-containing-multiple-cargo-workspaces/10202
sourceRoot = "${finalAttrs.src.name}/tooling/cli";