nongnu: steam-client: Set supported-systems.

* nongnu/packages/game-client.scm (steam-client) [supported-systems]: Limit to
x86_64-linux only.
This commit is contained in:
Hilton Chain 2025-09-17 00:28:27 +08:00
parent 0531ba5050
commit 0864aa6ba5
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -161,7 +161,8 @@ implementation with gogdl and Amazon Games using Nile.")
(home-page "https://store.steampowered.com") (home-page "https://store.steampowered.com")
(synopsis "Digital distribution platform for managing and playing games") (synopsis "Digital distribution platform for managing and playing games")
(description "Steam is a digital software distribution platform created by Valve.") (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 (define steam-client-libs
`(("at-spi2-core" ,at-spi2-core) ; Required (often) for SteamVR interface. `(("at-spi2-core" ,at-spi2-core) ; Required (often) for SteamVR interface.