mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
4941bbd675
commit
57be6956ee
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue