glv pushed a commit to branch core-updates
in repository guix.

commit 82d55f77bced700d1e91320ec7f8ce5d2995240e
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Fri May 3 19:23:40 2024 +0200

    gnu: cl-moptilities: Fix build.
    
    * gnu/packages/lisp-xyz.scm (sbcl-moptilities)[arguments]: Don't refer to
      nonexistent 'install' phase.
    
    Change-Id: I7c50877547cc5b5e357d7963aebc0915dd4ebf7a
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8a2aa85883..06ebe816e7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14574,7 +14574,7 @@ compliance control.")
                  ((":relative-to lift-test")
                   ":relative-to moptilities-test"))
                #t))
-           (add-after 'install 'remove-test-results
+           (add-after 'check 'remove-test-results
              ;; Otherwise the drag the SBCL package into the closure of the CL
              ;; package.
              (lambda* (#:key outputs #:allow-other-keys)

Reply via email to