guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: stepmania: Fix typo.


From: guix-commits
Subject: 02/02: gnu: stepmania: Fix typo.
Date: Tue, 25 Aug 2020 09:14:39 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2612ec80d0a9522901e3e739627a4c6607f903cb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 25 16:11:42 2020 +0300

    gnu: stepmania: Fix typo.
    
    * gnu/packages/games.scm (stepmania)[arguments]: Check for the 'x86_64'
    architecture.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0f01267..9eb11ed 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7942,7 +7942,7 @@ civilized than your own.")
              ;; SSE instructions are available on Intel systems only.
              ,@(if (any (cute string-prefix? <> (or (%current-target-system)
                                                     (%current-system)))
-                        '("x64_64" "i686"))
+                        '("x86_64" "i686"))
                    '()
                    '("-DWITH_SSE2=NO"))
              ;; Configuration cannot find GTK2 without the two following



reply via email to

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