diff --git a/guix/packages.scm b/guix/packages.scm index 715a6397ed..94e464cd01 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -414,7 +414,7 @@ from forcing GEXP-PROMISE." (define %supported-systems ;; This is the list of system types that are supported. By default, we ;; expect all packages to build successfully here. - (append %32bit-supported-systems %64bit-supported-systems)) + (append %64bit-supported-systems %32bit-supported-systems)) (define %hurd-systems ;; The GNU/Hurd systems for which support is being developed.