mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01: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:
parent
df2d51f025
commit
52c20d8e15
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ (define %supported-systems
|
|||
|
||||
(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 a new issue