gnu: gitile: Fix build.

* gnu/packages/version-control.scm (gitile)[arguments]: Don't refer to
nonexistent 'install-bin' phase.

Change-Id: I6532e5366cc617eff5a5dad2fc65f5d7b37b45ed
This commit is contained in:
宋文武 2024-06-19 14:42:34 +08:00 committed by Ludovic Courtès
parent 4941bbd675
commit 57be6956ee
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2112,7 +2112,7 @@ (define-public gitile
;; 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.