diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-08-25 17:53:49 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-08-25 18:58:15 +0200 |
commit | d29aa3b5a3dc30080f39636bd2fafbdaa8d609cc (patch) | |
tree | 44c55e634b81a917a926a82f13c28cdd7b662e66 /build-aux | |
parent | 6ad507ae54c912145a247308250be39ef80b9baa (diff) | |
download | patches-d29aa3b5a3dc30080f39636bd2fafbdaa8d609cc.tar 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.scm | 1 |
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 |