1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

gnu: ansel: Fix build.

* gnu/packages/photo.scm (ansel)[native-inputs]: Replace gcc-12 by gcc-14.

Change-Id: I6c67ab5b9e8824168fef07a501c807f701ab6ae5
This commit is contained in:
Danny Milosavljevic
2025-07-21 00:17:04 +02:00
parent eafc31a669
commit b3a59e969d
+3 -2
View File
@@ -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