mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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
This commit is contained in:
parent
5518bea8da
commit
bbbca62a4a
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ (define-public zxing-cpp
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue