diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-09-17 00:28:27 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-09-23 21:56:55 +0800 |
| commit | 0864aa6ba5ff1544222a133cd7cab030b5490250 (patch) | |
| tree | 9b1088770bf0254ee9ec75936fdf530930dd6ac7 /nongnu | |
| parent | 0531ba5050d893013864c779ae4c7dd1d16bfb1f (diff) | |
nongnu: steam-client: Set supported-systems.
* nongnu/packages/game-client.scm (steam-client) [supported-systems]: Limit to
x86_64-linux only.
Diffstat (limited to 'nongnu')
| -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 7f4518e..f33d803 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -161,7 +161,8 @@ implementation with gogdl and Amazon Games using Nile.") (home-page "https://store.steampowered.com") (synopsis "Digital distribution platform for managing and playing games") (description "Steam is a digital software distribution platform created by Valve.") - (license (license:nonfree "file:///share/doc/steam/steam_subscriber_agreement.txt")))) + (license (license:nonfree "file:///share/doc/steam/steam_subscriber_agreement.txt")) + (supported-systems '("x86_64-linux")))) (define steam-client-libs `(("at-spi2-core" ,at-spi2-core) ; Required (often) for SteamVR interface. |
