[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: cl-moptilities: Fix build.
From: |
guix-commits |
Subject: |
03/03: gnu: cl-moptilities: Fix build. |
Date: |
Fri, 3 May 2024 14:51:34 -0400 (EDT) |
glv pushed a commit to branch core-updates
in repository guix.
commit 82d55f77bced700d1e91320ec7f8ce5d2995240e
Author: Guillaume Le Vaillant <glv@posteo.net>
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)