From 0531ba5050d893013864c779ae4c7dd1d16bfb1f Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Wed, 17 Sep 2025 00:28:00 +0800 Subject: nongnu: heroic-client: Set supported-systems. * nongnu/packages/game-client.scm (heroic-client) [supported-systems]: Limit to x86_64-linux only. --- nongnu/packages/game-client.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nongnu/packages/game-client.scm') diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 817c97b..7f4518e 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -105,7 +105,8 @@ (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.") - (license license:gpl3))) + (license license:gpl3) + (supported-systems '("x86_64-linux")))) (define steam-client (package -- cgit v1.2.3