me
/
guix
Archived
1
0
Fork 0

store: Fix ensure-path docstring.

Suggested by Ludovic Courtès.

* guix/store.scm (ensure-path): Fix the docstring.
master
Mathieu Othacehe 2020-11-23 14:10:34 +01:00
parent f14c6af5dc
commit d9e57db724
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 2 deletions

View File

@ -1399,8 +1399,9 @@ When a handler is installed with 'with-build-handler', it is called any time
(status 1)))))))))))) (status 1))))))))))))
(define-operation (ensure-path (store-path path)) (define-operation (ensure-path (store-path path))
"Make PATH a temporary root for the duration of the current session. "Ensure that a path is valid. If it is not valid, it may be made valid by
Return #t." running a substitute. As a GC root is not created by the daemon, you may want
to call ADD-TEMP-ROOT on that store path."
boolean) boolean)
(define-operation (add-temp-root (store-path path)) (define-operation (add-temp-root (store-path path))