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

gnu/packages/audio.scm

index 91da5cd..631b935 100644 (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