summaryrefslogtreecommitdiff
path: root/gnu/packages/photo.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2025-07-21 00:17:04 +0200
committerDanny Milosavljevic <dannym@friendly-machines.com>2025-07-21 00:18:38 +0200
commitb3a59e969d5b703ed627132a077783687462ef9c (patch)
tree0c1b98f6ea7592ff75524c6b26cacbed4ee296b1 /gnu/packages/photo.scm
parenteafc31a6696bbc8a530d32ef7f196c0c753e76fb (diff)
gnu: ansel: Fix build.
* gnu/packages/photo.scm (ansel)[native-inputs]: Replace gcc-12 by gcc-14. Change-Id: I6c67ab5b9e8824168fef07a501c807f701ab6ae5
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r--gnu/packages/photo.scm5
1 files 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