From d29aa3b5a3dc30080f39636bd2fafbdaa8d609cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sun, 25 Aug 2013 17:53:49 +0200
Subject: [PATCH] hydra: Add missing import.

* build-aux/hydra/guix.scm: Use (srfi srfi-26).
---
 build-aux/hydra/guix.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/hydra/guix.scm b/build-aux/hydra/guix.scm
index a8d740e03c3..f2107479e00 100644
--- a/build-aux/hydra/guix.scm
+++ b/build-aux/hydra/guix.scm
@@ -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
-- 
GitLab