mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: stepmania: Fix typo.
* gnu/packages/games.scm (stepmania)[arguments]: Check for the 'x86_64' architecture.
This commit is contained in:
parent
eaaeb8f14c
commit
2612ec80d0
1 changed files with 1 additions and 1 deletions
|
@ -7942,7 +7942,7 @@ civilized than your own.")
|
||||||
;; SSE instructions are available on Intel systems only.
|
;; SSE instructions are available on Intel systems only.
|
||||||
,@(if (any (cute string-prefix? <> (or (%current-target-system)
|
,@(if (any (cute string-prefix? <> (or (%current-target-system)
|
||||||
(%current-system)))
|
(%current-system)))
|
||||||
'("x64_64" "i686"))
|
'("x86_64" "i686"))
|
||||||
'()
|
'()
|
||||||
'("-DWITH_SSE2=NO"))
|
'("-DWITH_SSE2=NO"))
|
||||||
;; Configuration cannot find GTK2 without the two following
|
;; Configuration cannot find GTK2 without the two following
|
||||||
|
|
Loading…
Add table
Reference in a new issue