mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-26 04:00:30 +02: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:
@@ -5576,7 +5576,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.
|
||||
|
||||
Reference in New Issue
Block a user