From 699570510feac8dbd0c1eec6d77b7759b50c8431 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 12 Oct 2025 23:14:33 +0200 Subject: [PATCH] guix: Fix guix-minimal install phase. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/local.mk (sub_commands_mans): Add guix-copy conditionally. Signed-off-by: Ludovic Courtès --- doc/local.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/local.mk b/doc/local.mk index a38771d49b..86768d33d5 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -211,7 +211,6 @@ sub_commands_mans = \ $(srcdir)/%D%/guix-build.1 \ $(srcdir)/%D%/guix-challenge.1 \ $(srcdir)/%D%/guix-container.1 \ - $(srcdir)/%D%/guix-copy.1 \ $(srcdir)/%D%/guix-deploy.1 \ $(srcdir)/%D%/guix-describe.1 \ $(srcdir)/%D%/guix-download.1 \ @@ -239,6 +238,10 @@ sub_commands_mans = \ $(srcdir)/%D%/guix-time-machine.1 \ $(srcdir)/%D%/guix-weather.1 +if HAVE_GUILE_SSH +sub_commands_mans += $(srcdir)/%D%/guix-copy.1 +endif HAVE_GUILE_SSH + # Assume that cross-compiled commands cannot be executed. if !CROSS_COMPILING