janneke pushed a commit to branch core-packages-team-old in repository guix.
commit 468a588dabcc1e478359f0382d7beb0137c361df Author: Janneke Nieuwenhuizen <[email protected]> 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 db0330adf1..40b124656f 100644 --- a/gnu/packages/aidc.scm +++ b/gnu/packages/aidc.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2018, 2019, 2022 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2019 Guillaume Le Vaillant <[email protected]> ;;; Copyright © 2020 Leo Famulari <[email protected]> -;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]> +;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -60,6 +60,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
