me
/
guix
Archived
1
0
Fork 0

gnu: audacity: Fix typo.

* gnu/packages/audio.scm (audacity)[arguments]: Check for the 'x86_64'
architecture.
master
Efraim Flashner 2020-08-25 16:10:49 +03:00
parent dac7dd1b0b
commit eaaeb8f14c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ engineers, musicians, soundtrack editors and composers.")
;; 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"))
'()
'("--enable-sse=no"))
;; portmidi, libid3tag and libmad provide no .pc files, so