diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 479135ee8d..2a298c4caf 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -811,9 +811,7 @@ (define-public libb2 (arguments `(#:configure-flags (list - ,@(if (any (cute string-prefix? <> (or (%current-system) - (%current-target-system))) - '("x86_64" "i686")) + ,@(if (target-x86?) ;; fat only checks for Intel optimisations '("--enable-fat") '())