mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: guile-rsv: Fix build.
* gnu/packages/guile-xyz.scm (guile-rsv)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: I80cb124b39df495fb03384650c3125f375028c65
This commit is contained in:
parent
23bed071d7
commit
0b5c8f5ea2
1 changed files with 1 additions and 1 deletions
|
@ -5576,7 +5576,7 @@ (define-public guile-rsv
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue