This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b3a59e969d gnu: ansel: Fix build.
b3a59e969d is described below

commit b3a59e969d5b703ed627132a077783687462ef9c
Author: Danny Milosavljevic <dan...@friendly-machines.com>
AuthorDate: Mon Jul 21 00:17:04 2025 +0200

    gnu: ansel: Fix build.
    
    * gnu/packages/photo.scm (ansel)[native-inputs]: Replace gcc-12 by gcc-14.
    
    Change-Id: I6c67ab5b9e8824168fef07a501c807f701ab6ae5
---
 gnu/packages/photo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 2a74c3c788..c0a341b1a6 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -681,8 +681,9 @@ and enhance them.")
        (list cmocka
              desktop-file-utils
              ;; With the default GCC configuration fails with: Unsupported
-             ;; libstdc++ version: 11
-             gcc-12
+             ;; libstdc++ version: 11.  Updated to gcc-14 for ABI
+             ;; compatibility with libheif/openexr.
+             gcc-14
              `(,glib "bin")
              gobject-introspection
              intltool

Reply via email to