From 23bed071d7d2c773263a1d210cea34a4cb0ddc8b Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Tue, 18 Jun 2024 17:45:02 +0800 Subject: gnu: guile-ac-d-bus: Fix build. * gnu/packages/guile-xyz.scm (guile-ac-d-bus)[arguments]: Don't refer to nonexistent 'install' phase. Don't pass 'implicit-inputs? #f' as it needs gzip to compress info manual. Change-Id: Idd48dd9b4404a7d42649d24a23fc91c4102988db --- gnu/packages/guile-xyz.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 2b9568d68a..019b2abafa 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4793,7 +4793,6 @@ and space linear in the size of the input text.") (build-system guile-build-system) (arguments (list - #:implicit-inputs? #f ;needs nothing but Guile #:compile-flags #~(list "--r6rs" "-Wunbound-variable" "-Warity-mismatch") #:phases #~(modify-phases %standard-phases @@ -4840,7 +4839,7 @@ and space linear in the size of the input text.") (("#!/usr/bin/env scheme-script") (string-append "#!" (which "guile"))))) (invoke "./run-tests.sh")))) - (add-after 'install 'install-doc + (add-after 'build-doc 'install-doc (lambda _ (install-file "docs/ac-d-bus.info" (string-append #$output "/share/info"))))))) -- cgit v1.2.3