aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-05-03 19:23:40 +0200
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:04 +0200
commit5777444c39716c7c241b41282a3a8fe7722fd483 (patch)
tree6b28c0c98afbe775ec1e70fcacebf410e162447f
parentcd63c9d8522a7d9cfbdc8e91eecab2982d96f997 (diff)
downloadguix-5777444c39716c7c241b41282a3a8fe7722fd483.tar
guix-5777444c39716c7c241b41282a3a8fe7722fd483.tar.gz
gnu: cl-moptilities: Fix build.
* gnu/packages/lisp-xyz.scm (sbcl-moptilities)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: I7c50877547cc5b5e357d7963aebc0915dd4ebf7a
-rw-r--r--gnu/packages/lisp-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b1cdce42b0..c0d7f90aed 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20949,7 +20949,7 @@ library for Ruby, which is itself based on the Lucene library for Java.")
((":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)