gnu: cl-moptilities: Fix build.

* gnu/packages/lisp-xyz.scm (sbcl-moptilities)[arguments]: Don't refer to
  nonexistent 'install' phase.

Change-Id: I7c50877547cc5b5e357d7963aebc0915dd4ebf7a
This commit is contained in:
Guillaume Le Vaillant 2024-05-03 19:23:40 +02:00 committed by Ludovic Courtès
parent cd63c9d852
commit 5777444c39
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -20949,7 +20949,7 @@ (define-public sbcl-moptilities
((":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)