[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: cl-cluffer: Fix build.
From: |
guix-commits |
Subject: |
02/03: gnu: cl-cluffer: Fix build. |
Date: |
Fri, 3 May 2024 14:51:34 -0400 (EDT) |
glv pushed a commit to branch core-updates
in repository guix.
commit a27264b8f7596bb1736a2dae64d43343a69b6bc1
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri May 3 17:33:25 2024 +0200
gnu: cl-cluffer: Fix build.
* gnu/packages/lisp-xyz.scm (sbcl-cluffer)[arguments]: Don't refer to
nonexistent 'install' phase.
Change-Id: Ic44a097dbe6d933fe86ce88fc0ca1a1ba7dc820d
---
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 3c9de7fc77..8a2aa85883 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15138,7 +15138,7 @@ sequences of objects.")
(arguments
`(#:phases
(modify-phases %standard-phases
- (add-after 'install 'unpatch-shebangs
+ (add-after 'strip 'unpatch-shebangs
(lambda* (#:key outputs #:allow-other-keys)
;; The documentation Makefile rely on shell scripts.
;; TODO: Build it!