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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user