aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-04-08 22:54:08 +0200
committerLudovic Courtès <ludo@gnu.org>2013-04-12 21:58:46 +0200
commitca877f5a3a0e216d2e0e62bea3e42cdc2e4c3dab (patch)
treefea001efb4906e55cc083a526fdc7dc2884583bf /Makefile.am
parent865c4ef33ce65ca87002a268230edae504c87166 (diff)
downloadguix-ca877f5a3a0e216d2e0e62bea3e42cdc2e4c3dab.tar
guix-ca877f5a3a0e216d2e0e62bea3e42cdc2e4c3dab.tar.gz
nar: Implement restoration from Nar.
* guix/nar.scm (&nar-error, &nar-read-error): New condition types. (dump): New procedure. (write-contents)[dump]: Remove. Use the one above instead. (read-contents, write-file, restore-file): New procedures. (%archive-version-1): New variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f73437f0f4..a1bda16759 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -302,6 +302,7 @@ TESTS = \
tests/packages.scm \
tests/snix.scm \
tests/store.scm \
+ tests/nar.scm \
tests/union.scm \
tests/guix-build.sh \
tests/guix-download.sh \