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:
parent
df2d51f025
commit
52c20d8e15
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue