diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-01-02 13:27:46 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:20 +0200 |
commit | 8579a792ee29a483d5e82e6eb206b89890e9dec6 (patch) | |
tree | 2531466dfb57944ee9084aa88e6fae3a21f3609f | |
parent | b98c31f5e7c6f09af8a4793352116a0230d31e9c (diff) |
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
-rw-r--r-- | gnu/packages/aidc.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm index b8bdc07e45..24738a4c01 100644 --- a/gnu/packages/aidc.scm +++ b/gnu/packages/aidc.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2020 Leo Famulari <leo@famulari.name> ;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr> -;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> +;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -136,6 +136,7 @@ integration of this capability into your own programs.") (uri (git-reference (url "https://github.com/zxing-cpp/zxing-cpp") (commit commit))) + (patches (search-patches "zxing-cpp-1.2.0-gcc-14.patch")) (file-name (git-file-name name version)) (sha256 (base32 |