diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-04-08 22:54:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-08 23:21:38 +0200 |
commit | 53c63ee93790e4e4054bf6547199d3490b78bf47 (patch) | |
tree | 7066d23fbf0d7e474269bae078c9d4f8196a136e /Makefile.am | |
parent | 52e5910cdc0275cbc668682346172be2673d150d (diff) | |
download | guix-53c63ee93790e4e4054bf6547199d3490b78bf47.tar guix-53c63ee93790e4e4054bf6547199d3490b78bf47.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.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a8bd2f8daf..930ea6ce72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -296,6 +296,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 \ |