hydra: Add missing import.
* build-aux/hydra/guix.scm: Use (srfi srfi-26).
This commit is contained in:
parent
6ad507ae54
commit
ef0677faa1
|
@ -43,6 +43,7 @@
|
|||
(guix build-system gnu)
|
||||
(gnu packages package-management)
|
||||
(srfi srfi-1)
|
||||
(srfi srfi-26)
|
||||
(ice-9 match))
|
||||
|
||||
;; XXX: Debugging hack: since `hydra-eval-guile-jobs' redirects the output
|
||||
|
|
Loading…
Reference in New Issue