modrinth-app: fix file picker

Modrinth uses tauri-plugin-dialog which uses rfd to display file
pickers, however rfd only works with GTK 3.
This commit is contained in:
Jack Wilsdon
2026-01-04 18:41:56 +00:00
parent 736e43f980
commit 4bfdf91fcb
+2 -2
View File
@@ -24,7 +24,7 @@
pipewire,
symlinkJoin,
udev,
wrapGAppsHook4,
wrapGAppsHook3,
xorg,
}:
@@ -38,7 +38,7 @@ symlinkJoin {
nativeBuildInputs = [
glib
wrapGAppsHook4
wrapGAppsHook3
];
buildInputs = [