Skip to content

Commit

Permalink
cargo-tauri: fix test app eval on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 16, 2024
1 parent 0a6475c commit d56fd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ca/cargo-tauri/test-app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
};
};

postPatch = ''
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
substituteInPlace $cargoDepsCopy/libappindicator-sys-*/src/lib.rs \
--replace "libayatana-appindicator3.so.1" "${libayatana-appindicator}/lib/libayatana-appindicator3.so.1"
'';
Expand Down

0 comments on commit d56fd79

Please sign in to comment.