mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: midori: Fix build with gcc-14.
* gnu/packages/web-browsers.scm (midori)[arguments]: Add #:configure-flags to relax gcc-14's strictness. Change-Id: I5495e04836fb469db9d5c418cf53ef2e653c8751
This commit is contained in:
parent
823a8e4044
commit
eaa460b230
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
;;; Copyright © 2021 Christopher Howard <christopher@librehacker.com>
|
||||
;;; Copyright © 2023 Herman Rimm <herman@rimm.ee>
|
||||
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -130,6 +131,8 @@ (define-public midori
|
|||
((guix build cmake-build-system)
|
||||
((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:)
|
||||
(guix build utils))
|
||||
#:configure-flags
|
||||
'("-DCMAKE_C_FLAGS=-Wno-error=int-conversion")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'install 'glib-or-gtk-compile-schemas
|
||||
|
|
Loading…
Reference in a new issue