summaryrefslogtreecommitdiff
path: root/build-aux
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 18:58:15 +0200
commitd29aa3b5a3dc30080f39636bd2fafbdaa8d609cc (patch)
tree44c55e634b81a917a926a82f13c28cdd7b662e66 /build-aux
parent6ad507ae54c912145a247308250be39ef80b9baa (diff)
downloadguix-patches-d29aa3b5a3dc30080f39636bd2fafbdaa8d609cc.tar
guix-patches-d29aa3b5a3dc30080f39636bd2fafbdaa8d609cc.tar.gz
hydra: Add missing import.
* build-aux/hydra/guix.scm: Use (srfi srfi-26).
Diffstat (limited to 'build-aux')
-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