Add (gnu store database).
authorCaleb Ristvedt <caleb.ristvedt@cune.org>
Sun, 27 May 2018 17:19:30 +0000 (19:19 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 1 Jun 2018 13:35:32 +0000 (15:35 +0200)
commit7f9d184d9b688d13ce76eefabaddcfa76bdde2b5
tree49e5cfef7619c8faff4424990831ddea30e8d9dc
parentd59e75f3b5b82692bd250a1a3a9965397bb588c5
Add (gnu store database).

* guix/config.scm.in (%store-database-directory): New variable.
* guix/store/database.scm: New file.
* tests/store-database.scm: New file.
* Makefile.am (STORE_MODULES): New variable.
(MODULES, MODULES_NOT_COMPILED): Adjust accordingly.
(SCM_TESTS) [HAVE_GUILE_SQLITE3]: Add tests/store-database.scm.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
.dir-locals.el
Makefile.am
guix/config.scm.in
guix/store/database.scm [new file with mode: 0644]
tests/store-database.scm [new file with mode: 0644]