janneke pushed a commit to branch core-packages-team
in repository guix.

commit d3eb08eba7e61d62d6aee56f1ce981fc198142ed
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Thu Jan 2 13:27:46 2025 +0100

    gnu: zxing-cpp: Fix build with gcc-14.
    
    * gnu/packages/aidc.scm (zxing-cpp-1.2)[source]: Use 
"zxing-cpp-1.2.0-gcc-14.patch".
    
    Change-Id: I61486f55197f7d7314fa6fca97d9b3c43c89f880
---
 gnu/packages/aidc.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index 5359f23ae5..3ef297e0fa 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2019 Guillaume Le Vaillant <g...@posteo.net>
 ;;; Copyright © 2020 Leo Famulari <l...@famulari.name>
 ;;; Copyright © 2024 Nicolas Graves <ngra...@ngraves.fr>
-;;; Copyright © 2024 Janneke Nieuwenhuizen <jann...@gnu.org>
+;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <jann...@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -64,6 +64,7 @@
                 (uri (git-reference
                       (url "https://github.com/nu-book/zxing-cpp";)
                       (commit commit)))
+                (patches (search-patches "zxing-cpp-1.2.0-gcc-14.patch"))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32

Reply via email to