guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl: Remove obsolete fix-shared-library-mak


From: guix-commits
Subject: branch master updated: gnu: sbcl: Remove obsolete fix-shared-library-makefile phase.
Date: Thu, 03 Nov 2022 06:35:48 -0400

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

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 058262eec4 gnu: sbcl: Remove obsolete fix-shared-library-makefile 
phase.
058262eec4 is described below

commit 058262eec47c9e2d267ff57992b1bfce45838940
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Thu Nov 3 11:34:42 2022 +0100

    gnu: sbcl: Remove obsolete fix-shared-library-makefile phase.
    
    * gnu/packages/lisp.scm (sbcl)[arguments]: Remove phase since "cc" has been
    replace by "CC" upstream.
---
 gnu/packages/lisp.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 2253f9d235..7a28bc79eb 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -552,11 +552,6 @@ an interpreter, a compiler, a debugger, and much more.")
                  (("\\(deftest grent\\.[12]" all)
                   (string-append "#+nil ;disabled by Guix\n" all))))
              #t))
-         (add-before 'build 'fix-shared-library-makefile
-           (lambda _
-             (substitute* '("src/runtime/GNUmakefile")
-               (("     cc") "  $(CC)"))
-             #t))
          (add-before 'build 'fix-contrib-library-path
            (lambda* (#:key inputs #:allow-other-keys)
              (let ((gmp (assoc-ref inputs "gmp"))



reply via email to

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