guix-commits
[Top][All Lists]
Advanced

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

05/21: gnu: gitile: Fix build.


From: guix-commits
Subject: 05/21: gnu: gitile: Fix build.
Date: Wed, 19 Jun 2024 03:24:12 -0400 (EDT)

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

commit af4fd4bab542e0d2c89764b3ac0304b0fb84c797
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Jun 19 14:42:34 2024 +0800

    gnu: gitile: Fix build.
    
    * gnu/packages/version-control.scm (gitile)[arguments]: Don't refer to
    nonexistent 'install-bin' phase.
    
    Change-Id: I6532e5366cc617eff5a5dad2fc65f5d7b37b45ed
---
 gnu/packages/version-control.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 72ce4fc924..7fb31c0052 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1995,7 +1995,7 @@ control to Git repositories.")
              ;; The 'bootstrap' script lacks a shebang, leading to "Exec
              ;; format error" with glibc 2.35.
              (invoke "autoreconf" "-vfi")))
-         (add-after 'install-bin 'wrap-program
+         (add-after 'install 'wrap-program
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (use-modules (guix build guile-build-system))
              ;; Wrap the 'gitile' command to refer to the right modules.



reply via email to

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