mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 13:40:36 +02:00
packages: Change the order of %SUPPORTED-SYSTEMS.
Commit 2a34333d0c led to a couple of test
failures in tests/packages.scm and tests/lint.scm due to the different
ordering.
* guix/packages.scm (%supported-systems): Move %64BIT-SUPPORTED-SYSTEMS
first.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user