Unverified Commit 7f6d7532 authored by Yt's avatar Yt Committed by GitHub
Browse files

cargo-tauri_1: fix build (#492634)

parents 418fc268 e654b53c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";