summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-02-23 23:12:58 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2024-02-23 23:12:58 -0500
commit5d5d496e57d7014226d4d972d9cc7554c96a5b68 (patch)
treebc958ccebb344c308188fccc7b723361d8b4269c
parenta664b6da35513fe007c1d48936e74541074e01fc (diff)
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.
-rw-r--r--nongnu/packages/game-client.scm3
1 files changed, 1 insertions, 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