From 0864aa6ba5ff1544222a133cd7cab030b5490250 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Wed, 17 Sep 2025 00:28:27 +0800 Subject: [PATCH] nongnu: steam-client: Set supported-systems. * nongnu/packages/game-client.scm (steam-client) [supported-systems]: Limit to x86_64-linux only. --- nongnu/packages/game-client.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 7f4518ed..f33d8036 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.