diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-09-17 00:28:00 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-09-23 21:56:53 +0800 |
| commit | 0531ba5050d893013864c779ae4c7dd1d16bfb1f (patch) | |
| tree | 3300b95ef5f92235ac2955439cd5ea9a23b34aa9 /nongnu/packages | |
| parent | bc2a73d7a8252b14a2a3705f8df791ab314f5a5c (diff) | |
nongnu: heroic-client: Set supported-systems.
* nongnu/packages/game-client.scm (heroic-client) [supported-systems]: Limit to
x86_64-linux only.
Diffstat (limited to 'nongnu/packages')
| -rw-r--r-- | nongnu/packages/game-client.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
