summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-08-25 16:11:42 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-08-25 16:11:42 +0300
commit2612ec80d0a9522901e3e739627a4c6607f903cb (patch)
tree2039593a6ff94fb3857fb24d0d5c42a8e2c91870 /gnu/packages/games.scm
parenteaaeb8f14c16250143a85844160900aa7da8c5c7 (diff)
downloadguix-patches-2612ec80d0a9522901e3e739627a4c6607f903cb.tar
guix-patches-2612ec80d0a9522901e3e739627a4c6607f903cb.tar.gz
gnu: stepmania: Fix typo.
* gnu/packages/games.scm (stepmania)[arguments]: Check for the 'x86_64' architecture.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0f01267827..9eb11eda50 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