glv pushed a commit to branch core-updates
in repository guix.

commit 9ec9848e81e5b9617fa8eddc75430b2ffd5a50c1
Author: Guillaume Le Vaillant <g...@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!

Reply via email to