~ruther/guix-local

cd6adc26cc021d379fbafa43d3180254ddea6dfb — Artyom V. Poptsov 6 months ago 34bc2ce
gnu: femtolisp: Fix build with gcc-14.

* gnu/packages/scheme.scm (femtolisp): Fix build with gcc-14.
[arguments]<#:phases>: Add "relax-gcc-14-strictness" phase.

Change-Id: I7d5502057bc41654de6043ebd964f482a9187e46
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/scheme.scm
M gnu/packages/scheme.scm => gnu/packages/scheme.scm +4 -1
@@ 25,7 25,7 @@
;;; Copyright © 2023, 2024 Juliana Sims <juli@incana.org>
;;; Copyright © 2023 Maxim Cournoyer <maxim@guixotic.coop>
;;; Copyright © 2024 Skylar Hill <stellarskylark@posteo.net>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024, 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Adam Faiz <adam.faiz@disroot.org>
;;; Copyright © 2024, 2025 Zhu Zihao <all_but_last@163.com>


@@ 1063,6 1063,9 @@ comprehensible public-domain interpreter for R4RS Scheme offering:
         (modify-phases %standard-phases
           (delete 'bootstrap)
           (delete 'configure) ; No configure script
           (add-before 'build 'relax-gcc-14-strictness
             (lambda _
               (setenv "CFLAGS" "-Wno-error=implicit-function-declaration")))
           (replace 'install ; Makefile has no 'install phase
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))