~ruther/guix-local

c4c7406b9063dc4db03cbf2609410736974a132f — Ludovic Courtès 13 years ago a3aa25f
store: Document `add-to-store' hack for `fixed?'.

* guix/store.scm (add-to-store): Document that `fixed?' must be #t.
1 files changed, 2 insertions(+), 1 deletions(-)

M guix/store.scm
M guix/store.scm => guix/store.scm +2 -1
@@ 414,7 414,8 @@ again until #t is returned or an error is raised."
                                (boolean recursive?)
                                (string hash-algo)
                                (file file-name))
  "Add the contents of FILE-NAME under BASENAME to the store."
  "Add the contents of FILE-NAME under BASENAME to the store.  Note that
FIXED? is for backward compatibility with old Nix versions and must be #t."
  store-path)

(define-operation (build-derivations (string-list derivations))