mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
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:
parent
0531ba5050
commit
0864aa6ba5
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue