guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gzdoom: Limit supported architectures.


From: guix-commits
Subject: 01/01: gnu: gzdoom: Limit supported architectures.
Date: Thu, 28 Mar 2019 13:58:52 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 642b195a70157bf6380622f8ed1e228f73db9cdb
Author: Efraim Flashner <address@hidden>
Date:   Thu Mar 28 19:58:16 2019 +0200

    gnu: gzdoom: Limit supported architectures.
    
    * gnu/packages/games.scm (gzdoom)[supported-systems]: New field.
---
 gnu/packages/games.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 23dbbca..f1bfd4e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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,
 Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.")
     (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:lgpl3+        ; gzdoom renderer
                    license:expat         ; gdtoa



reply via email to

[Prev in Thread] Current Thread [Next in Thread]