gnu: gzdoom: Limit supported architectures.

* gnu/packages/games.scm (gzdoom)[supported-systems]: New field.
This commit is contained in:
Efraim Flashner 2019-03-28 19:58:16 +02:00
parent 84ad024e2d
commit 642b195a70
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -5501,6 +5501,8 @@ renderer. It improves modding support with ZDoom's advanced mapping features
and the new ZScript language. In addition to Doom, it supports Heretic, Hexen, and the new ZScript language. In addition to Doom, it supports Heretic, Hexen,
Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.") Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.")
(home-page "https://zdoom.org/index") (home-page "https://zdoom.org/index")
;; The source uses x86 assembly
(supported-systems '("x86_64-linux" "i686-linux"))
(license (list license:gpl3+ ; gzdoom game (license (list license:gpl3+ ; gzdoom game
license:lgpl3+ ; gzdoom renderer license:lgpl3+ ; gzdoom renderer
license:expat ; gdtoa license:expat ; gdtoa