mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
cd63c9d852
commit
5777444c39
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue