~ruther/guix-local

4b7f3407e97e4ca66f7d58a3515f423f03c671ab — Ludovic Courtès 12 years ago d409c8a
hydra: Honor the `system' argument.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Really look up the
  `system' symbol in ARGUMENTS.
1 files changed, 1 insertions(+), 1 deletions(-)

M build-aux/hydra/gnu-system.scm
M build-aux/hydra/gnu-system.scm => build-aux/hydra/gnu-system.scm +1 -1
@@ 93,7 93,7 @@ SYSTEM."
(define (hydra-jobs store arguments)
  "Return Hydra jobs."
  (define system
    (or (assoc-ref arguments system)
    (or (assoc-ref arguments 'system)
        (%current-system)))

  (define job-name