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.
This commit is contained in:
Pierre Neidhardt 2022-11-03 11:34:42 +01:00
parent e26b529b1a
commit 058262eec4
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F

View File

@ -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"))