store: Add 'register-path' procedure.
authorLudovic Courtès <ludo@gnu.org>
Sat, 11 Jan 2014 16:11:14 +0000 (17:11 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 23 Jan 2014 23:01:49 +0000 (00:01 +0100)
commit6bfec3edf52ed6145c3c89fb19d350498dd2b758
tree6474526e72c555688af6efd220b015ec4351fa50
parent349fd3b11f320453ad8eeb3031621d0ffcaf078d
store: Add 'register-path' procedure.

* guix/store.scm (register-path): New procedure.
* tests/store.scm ("register-path"): New test.
* guix/config.scm.in (%guix-register-program): New variable.
* configure.ac: Compute and substitute 'guix_sbindir'.  Compute
  'guix_prefix'.
* pre-inst-env.in: Define 'GUIX_REGISTER'.
configure.ac
guix/config.scm.in
guix/store.scm
pre-inst-env.in
tests/store.scm