mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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.
This commit is contained in:
parent
1e31eed123
commit
ca66dbc21f
@ -19,6 +19,7 @@
|
|||||||
, pango
|
, pango
|
||||||
, SDL2
|
, SDL2
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
|
, xdg-utils
|
||||||
, xorg
|
, xorg
|
||||||
, xorg_sys_opengl
|
, xorg_sys_opengl
|
||||||
, zlib
|
, zlib
|
||||||
@ -61,6 +62,7 @@ let
|
|||||||
libpulseaudio
|
libpulseaudio
|
||||||
SDL2
|
SDL2
|
||||||
openssl_1_1
|
openssl_1_1
|
||||||
|
xdg-utils # The launcher uses `xdg-open` to open HTTP URLs in the user's browser
|
||||||
xorg_sys_opengl
|
xorg_sys_opengl
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
@ -128,6 +130,7 @@ in
|
|||||||
openssl_1_1
|
openssl_1_1
|
||||||
pango
|
pango
|
||||||
SDL2
|
SDL2
|
||||||
|
xdg-utils
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
xorg_sys_opengl
|
xorg_sys_opengl
|
||||||
zlib
|
zlib
|
||||||
|
Loading…
Reference in New Issue
Block a user