diff options
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index de3cd1154b..57f98dfa33 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -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 |