From ca66dbc21fe533574d0af12aadba6f219cfa9572 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Sun, 1 Jan 2023 16:29:51 +0000 Subject: [PATCH] runescape-launcher: install xdg-utils The launcher uses the 'xdg-open' command to open http URIs in the browser. Without this installed, clicking links in the launcher will result in nothing happening. --- pkgs/games/runescape-launcher/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/games/runescape-launcher/default.nix b/pkgs/games/runescape-launcher/default.nix index 8f7938782c45..44a5b95974ed 100644 --- a/pkgs/games/runescape-launcher/default.nix +++ b/pkgs/games/runescape-launcher/default.nix @@ -19,6 +19,7 @@ , pango , SDL2 , wrapGAppsHook +, xdg-utils , xorg , xorg_sys_opengl , zlib @@ -61,6 +62,7 @@ let libpulseaudio SDL2 openssl_1_1 + xdg-utils # The launcher uses `xdg-open` to open HTTP URLs in the user's browser xorg_sys_opengl zlib ]; @@ -128,6 +130,7 @@ in openssl_1_1 pango SDL2 + xdg-utils xorg.libX11 xorg_sys_opengl zlib