From 5842239a66683b2f5e36e95da8225e2ab7f7dac3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 26 Nov 2020 22:53:08 +0100 Subject: deploy: Let key-and-args exceptions through. Fixes . Reported by Christopher Lemmer Webber . * guix/ui.scm (guard*): Export. * guix/scripts/deploy.scm (deploy-machine*): Use 'guard*' instead of 'guard'. Add '&exception-with-kind-and-args' case. --- guix/ui.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix/ui.scm') diff --git a/guix/ui.scm b/guix/ui.scm index 4e686297e8..0c2c6a5e97 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -101,6 +101,7 @@ show-what-to-build show-what-to-build* show-manifest-transaction + guard* call-with-error-handling with-error-handling with-unbound-variable-handling -- cgit v1.2.3