mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-21 16:08:07 +01:00
nongnu: steam: Fix URL handling.
This replaces 'xdg-utils' with 'flatpak-xdg-utils' so that the steam container will call out to the host to open URLs and properly handle steam:// URLs as well. This requires portals on the host, e.g. xdg-desktop-portal-gtk. * nongnu/packages/steam-client.scm (steam-client-libs): Replace 'xdg-utils' with 'flatpak-xdg-utils'.
This commit is contained in:
parent
23a84f72d5
commit
18678da1d7
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@
|
|||
("usbutils" ,usbutils) ; Required for SteamVR.
|
||||
("util-linux" ,util-linux) ; Required for steam login.
|
||||
("wayland" ,wayland) ; Required for mesa vulkan (e.g. libvulkan_radeon).
|
||||
("xdg-utils" ,xdg-utils)
|
||||
("flatpak-xdg-utils" ,flatpak-xdg-utils)
|
||||
("xz" ,xz)
|
||||
("zenity" ,zenity))) ; Required for progress dialogs.
|
||||
|
||||
|
|
Loading…
Reference in a new issue