diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-05-26 20:22:36 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-05-26 20:22:36 +0300 |
commit | 51daf2f553ef587ac300f2d2768868b75dcddae7 (patch) | |
tree | dfc320c004540f1d02f895fded3c0fd767f73097 | |
parent | 164cb4da63b929e1b89928fc721a20f912cdd1f0 (diff) | |
download | guix-51daf2f553ef587ac300f2d2768868b75dcddae7.tar guix-51daf2f553ef587ac300f2d2768868b75dcddae7.tar.gz |
gnu: ioquake: Build on all architectures.
* gnu/packages/game-development.scm (ioquake)[supported-systems]: Remove
field.
-rw-r--r-- | gnu/packages/game-development.scm | 1 |
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)))) |