guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: guile-rsv: Fix build.


From: guix-commits
Subject: 07/08: gnu: guile-rsv: Fix build.
Date: Tue, 18 Jun 2024 05:48:28 -0400 (EDT)

iyzsong pushed a commit to branch core-updates
in repository guix.

commit 6376cf76dd2616e39943cc765857a9ef2a9a63f3
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jun 18 17:47:07 2024 +0800

    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 9eaae3bcb7..37454771b9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5554,7 +5554,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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]