Reapply ‘gnu: gdk-pixbuf: Build with other loaders enabled.’

This commit once again applies the changes from
be3292f83a, which were inadvertently reverted in
0d441d8f08.
This commit is contained in:
Liliana Marie Prikler 2025-01-18 01:48:49 +01:00
parent c0dce064a5
commit ea6fe987ed
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -733,7 +733,10 @@ (define-public gdk-pixbuf
#:configure-flags '("-Dinstalled_tests=false"
,@(if (%current-target-system)
'()
'("-Dgtk_doc=true")))
'("-Dgtk_doc=true"))
;; GTK+ 3 needs the XPM loader, see
;; <https://gitlab.gnome.org/GNOME/gtk/-/issues/7143>.
"-Dothers=enabled")
#:phases
(modify-phases %standard-phases
(add-before 'configure 'disable-failing-tests