diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-03-18 22:17:39 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-22 12:42:51 +0100 |
commit | 041b340da409078951267b6a8c43b27716e6b7ec (patch) | |
tree | 8542b6fc4e47d6f7245c1549c45348db69f2cc5f /.dir-locals.el | |
parent | 9a067fe7ee3978a2f4f0ca0e89965f0fe49f4ce8 (diff) | |
download | patches-041b340da409078951267b6a8c43b27716e6b7ec.tar patches-041b340da409078951267b6a8c43b27716e6b7ec.tar.gz |
store: Add 'with-build-handler'.
* guix/store.scm (current-build-prompt): New variable.
(call-with-build-handler, invoke-build-handler): New procedures.
(with-build-handler): New macro.
* tests/store.scm ("with-build-handler"): New test.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 1976f7e60d..ce305602f2 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -68,6 +68,7 @@ (eval . (put 'with-derivation-substitute 'scheme-indent-function 2)) (eval . (put 'with-status-report 'scheme-indent-function 1)) (eval . (put 'with-status-verbosity 'scheme-indent-function 1)) + (eval . (put 'with-build-handler 'scheme-indent-function 1)) (eval . (put 'mlambda 'scheme-indent-function 1)) (eval . (put 'mlambdaq 'scheme-indent-function 1)) |