mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: guix-modules: Fix build.
* gnu/packages/package-management.scm (guix-modules)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: Iba88299d1073fbffcde5ac5624d3a6fb4d3d1eda
This commit is contained in:
parent
fa49c93f9d
commit
d1c0417c8d
1 changed files with 1 additions and 1 deletions
|
@ -795,7 +795,7 @@ (define-public guix-modules
|
|||
(build-system guile-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
(add-after 'install 'move-to-extension-directory
|
||||
(add-after 'build 'move-to-extension-directory
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(target (string-append
|
||||
|
|
Loading…
Reference in a new issue