From 4bfdf91fcb0b5d8efc55d9510038641ecf1a3168 Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Sun, 4 Jan 2026 18:36:25 +0000 Subject: [PATCH] modrinth-app: fix file picker Modrinth uses tauri-plugin-dialog which uses rfd to display file pickers, however rfd only works with GTK 3. --- pkgs/by-name/mo/modrinth-app/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/mo/modrinth-app/package.nix b/pkgs/by-name/mo/modrinth-app/package.nix index 3047fe2aa192..baf52dc3f9c0 100644 --- a/pkgs/by-name/mo/modrinth-app/package.nix +++ b/pkgs/by-name/mo/modrinth-app/package.nix @@ -24,7 +24,7 @@ pipewire, symlinkJoin, udev, - wrapGAppsHook4, + wrapGAppsHook3, xorg, }: @@ -38,7 +38,7 @@ symlinkJoin { nativeBuildInputs = [ glib - wrapGAppsHook4 + wrapGAppsHook3 ]; buildInputs = [