From a78155eaeeb10a66b306634f46b98a39ae0ac2a3 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Fri, 23 Feb 2024 23:21:05 -0500 Subject: nongnu: heroic-container: Link all of 'share' from heroic-client. Followup to 5d5d496 to do the same for heroic. * nongnu/packages/game-client.scm (heroic-container)[link-files]: Link all of 'share' from heroic-client. --- nongnu/packages/game-client.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index e9fcfc7..03fd21a 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -300,7 +300,7 @@ all games will be installed."))) ,@fhs-min-libs) #:name "fhs-union-32" #:system "i686-linux")) - (link-files '("share/applications/heroic.desktop")) + (link-files '("share")) (description "Heroic is an Open Source Game Launcher. Right now it supports launching games from the Epic Games Store using Legendary, GOG Games using our custom implementation with gogdl and Amazon Games using Nile. This package provides -- cgit v1.2.3