gnu: stepmania: Fix typo.
authorEfraim Flashner <efraim@flashner.co.il>
Tue, 25 Aug 2020 13:11:42 +0000 (16:11 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 25 Aug 2020 13:11:42 +0000 (16:11 +0300)
* gnu/packages/games.scm (stepmania)[arguments]: Check for the 'x86_64'
architecture.

gnu/packages/games.scm

index 0f01267..9eb11ed 100644 (file)
@@ -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