guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: cl-cluffer: Fix build.


From: guix-commits
Subject: branch core-updates updated: gnu: cl-cluffer: Fix build.
Date: Mon, 27 May 2024 09:56:57 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new c0548dc99b gnu: cl-cluffer: Fix build.
c0548dc99b is described below

commit c0548dc99b3c69f614831b01cc97495ae12cb14b
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon May 27 15:50:55 2024 +0200

    gnu: cl-cluffer: Fix build.
    
    Same fix as in 9ec9848e81e5b9617fa8eddc75430b2ffd5a50c1.
    The fix was probably lost when merging the master branch in core-updates
    in 02f07bcd3b8bae67aa3d6d0db237b741e9ed4313.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cluffer)[arguments]: Don't refer to
      nonexistent 'install' phase.
    
    Change-Id: I537eab83fde0c4d93e2cb83b42418e5d916a265b
---
 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 87a78a0701..2bb7e02c5a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11168,7 +11168,7 @@ selectors.  It makes use of the Plump-DOM and is used 
by lQuery.")
       (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

[Prev in Thread] Current Thread [Next in Thread]