[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.
- branch core-updates updated (a2de65d040 -> be3b90803f), guix-commits, 2024/06/18
- 02/08: gnu: haproxy: Add libxcrypt dependency., guix-commits, 2024/06/18
- 01/08: gnu: snuik: Fix build., guix-commits, 2024/06/18
- 08/08: gnu: guile-shapefile: Fix build., guix-commits, 2024/06/18
- 05/08: gnu: guile-srfi-197: Fix build., guix-commits, 2024/06/18
- 03/08: gnu: guile-proba: Fix build., guix-commits, 2024/06/18
- 06/08: gnu: guile-ac-d-bus: Fix build., guix-commits, 2024/06/18
- 07/08: gnu: guile-rsv: Fix build.,
guix-commits <=
- 04/08: gnu: guile-irregex: Fix build., guix-commits, 2024/06/18