From 058262eec47c9e2d267ff57992b1bfce45838940 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 3 Nov 2022 11:34:42 +0100 Subject: 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(-) (limited to 'gnu') 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")) -- cgit v1.2.3