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:
宋文武 2024-06-19 14:47:44 +08:00 committed by Ludovic Courtès
parent fa49c93f9d
commit d1c0417c8d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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