nongnu: steam-client-libs: Add xdg-user-dirs.

There is a warning spammed about missing 'xdg-user-dir' which doesn't seem to
cause any problems but let's add the missing input just in case.

* nongnu/packages/steam-client.scm (steam-client-libs): Add xdg-user-dirs.
This commit is contained in:
John Kehayias 2023-06-29 14:24:47 -04:00
parent eae13bef4e
commit c6928d6c37
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -135,6 +135,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-user-dirs" ,xdg-user-dirs) ; Suppress warning of missing xdg-user-dir.
("flatpak-xdg-utils" ,flatpak-xdg-utils)
("xz" ,xz)
("zenity" ,zenity))) ; Required for progress dialogs.