Unverified Commit 1ed4592b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

cargo-tauri_1: fix eval (#485618)

parents 0a4163f7 99ae1d7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ cargo-tauri.overrideAttrs (
    };

    passthru = {
      inherit (oldAttrs.passthru) hook;
      inherit (oldAttrs.passthru) hook gst-plugin;
      tests = { inherit (oldAttrs.passthru.tests) version; };
    };