summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-05-26 20:22:36 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-05-26 20:22:36 +0300
commit51daf2f553ef587ac300f2d2768868b75dcddae7 (patch)
treedfc320c004540f1d02f895fded3c0fd767f73097 /gnu/packages/game-development.scm
parent164cb4da63b929e1b89928fc721a20f912cdd1f0 (diff)
downloadguix-patches-51daf2f553ef587ac300f2d2768868b75dcddae7.tar
guix-patches-51daf2f553ef587ac300f2d2768868b75dcddae7.tar.gz
gnu: ioquake: Build on all architectures.
* gnu/packages/game-development.scm (ioquake)[supported-systems]: Remove field.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 62f6051e98..c3177a0b1c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1521,5 +1521,4 @@ the original, ioquake3 has been cleaned up, bugs have been fixed and features
added. The permanent goal is to create the open source Quake 3 distribution
upon which people base their games, ports to new platforms, and other
projects.")
- (supported-systems '("x86_64-linux" "i686-linux"))
(license license:gpl2))))