mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 06:45:55 +02:00
packages: Add 'armhf-linux' to '%hydra-supported-systems'.
* guix/packages.scm (%hydra-supported-systems): Do not remove 'armhf-linux' from it. It is now equal to '%supported-systems'.
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ representation."
|
||||
|
||||
(define %hydra-supported-systems
|
||||
;; This is the list of system types for which build slaves are available.
|
||||
(delete "armhf-linux" %supported-systems))
|
||||
%supported-systems)
|
||||
|
||||
|
||||
;; A package.
|
||||
|
||||
Reference in New Issue
Block a user