summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2017-07-01 12:29:59 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2017-07-05 13:52:18 +0200
commit1b79b7bf6e3ce864582b9aa79877b591798852ef (patch)
tree35374e8c05a603eaba86502b7e8e222647267f53 /configure.ac
parentf301378d943e9848df30805957d4933e0e894f2c (diff)
downloadcuirass-1b79b7bf6e3ce864582b9aa79877b591798852ef.tar
cuirass-1b79b7bf6e3ce864582b9aa79877b591798852ef.tar.gz
base: Use (guix git) module.
* src/cuirass/base.scm (copy-repository-cache) : New procedure. (fetch-repository): Use latest-repository-commit to fetch git repository instead of raw git system commands. (process-specs): Use fetch-repository to get a store directory containing the repository described in SPEC, add copy it to cache with "copy-repository-cache". * configure.ac: Check (guix git) module presence.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 640e0c3..d7f111c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,6 +47,7 @@ AS_IF([test -z "$ac_cv_path_GUILD"],
[AC_MSG_ERROR(['guild' program cannot be found.])])
GUILE_MODULE_REQUIRED([guix])
+GUILE_MODULE_REQUIRED([guix git])
GUILE_MODULE_REQUIRED([json])
GUILE_MODULE_REQUIRED([sqlite3])