mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 01:48:08 +01:00
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:
parent
eae13bef4e
commit
c6928d6c37
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue