Talk:Tauri: Difference between revisions
→Issues with wiki: Reply |
→Example devshell fails to run: new section |
||
| (One intermediate revision by one other user not shown) | |||
| Line 6: | Line 6: | ||
:Here is the shell.nix (with fhs) I created | :Here is the shell.nix (with fhs) I created | ||
:https://gist.github.com/mastermach50/267388d4fdd49b2d0da718f5b6d3d38b [[User:Mach50|Mach50]] ([[User talk:Mach50|talk]]) 19:52, 11 December 2025 (UTC) | :https://gist.github.com/mastermach50/267388d4fdd49b2d0da718f5b6d3d38b [[User:Mach50|Mach50]] ([[User talk:Mach50|talk]]) 19:52, 11 December 2025 (UTC) | ||
:Also with the current shell.nix (no fhs) the webview is not rendering properly for the default app created by create-tauri-app | |||
:https://files.catbox.moe/dzx1bw.png [[User:Mach50|Mach50]] ([[User talk:Mach50|talk]]) 20:00, 11 December 2025 (UTC) | |||
== Example devshell fails to run == | |||
I'm using unstable (26.05.20260121.88d3861) and with the devshell example, the tauri hello world fails to build. It's giving me some issues with shared libraries that can be solved by setting LD_LIBRARY_PATH with what's provided in buildInputs. [[User:Rougebordeaux|Rougebordeaux]] ([[User talk:Rougebordeaux|talk]]) 21:48, 3 February 2026 (UTC) | |||