From 5d5d496e57d7014226d4d972d9cc7554c96a5b68 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Fri, 23 Feb 2024 23:12:58 -0500 Subject: nongnu: steam-container: Link all of 'share' from steam-client. Previously, only the .desktop files from steam-client were shared with steam-container, and thus only those were available directly when installing the steam package. This would miss things like the icons (needed in some cases for tray support, for example, in waybar). Update to share all of 'share' to provide a more complete package for the user. * nongnu/packages/game-client.scm (steam-container)[link-files]: Link all of 'share' from steam-client. --- nongnu/packages/game-client.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 4273568..e9fcfc7 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -256,8 +256,7 @@ implementation with gogdl and Amazon Games using Nile.") ,@fhs-min-libs) #:name "fhs-union-32" #:system "i686-linux")) - (link-files '("share/applications/steam.desktop" - "share/applications/steam-asound32.desktop")) + (link-files '("share")) (description "Steam is a digital software distribution platform created by Valve. This package provides a script for launching Steam in a Guix container which will use the directory @file{$HOME/.local/share/guix-sandbox-home} where -- cgit v1.2.3