From 0b5c8f5ea2b844a885acb5ac096ca627171422ea Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Tue, 18 Jun 2024 17:47:07 +0800 Subject: gnu: guile-rsv: Fix build. * gnu/packages/guile-xyz.scm (guile-rsv)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: I80cb124b39df495fb03384650c3125f375028c65 --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 019b2abafa..e9814316d7 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -5576,7 +5576,7 @@ using a short read-capability.") (arguments (list #:phases #~(modify-phases %standard-phases - (add-after 'install 'link-and-wrap-executable + (add-after 'build 'link-and-wrap-executable (lambda _ (let* ((bin (string-append #$output "/bin")) ;; bin directory for PATH. -- cgit v1.2.3