summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-08-25 17:53:49 +0200
committerLudovic Courtès <ludo@gnu.org>2013-08-25 17:53:49 +0200
commitef0677faa12dbdf9fcd22fc21f6bf2b47d3d906a (patch)
tree44c55e634b81a917a926a82f13c28cdd7b662e66
parent6ad507ae54c912145a247308250be39ef80b9baa (diff)
downloadguix-patches-ef0677faa12dbdf9fcd22fc21f6bf2b47d3d906a.tar
guix-patches-ef0677faa12dbdf9fcd22fc21f6bf2b47d3d906a.tar.gz
hydra: Add missing import.
* build-aux/hydra/guix.scm: Use (srfi srfi-26).
-rw-r--r--build-aux/hydra/guix.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/hydra/guix.scm b/build-aux/hydra/guix.scm
index a8d740e03c..f2107479e0 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