~ruther/guix-local

f65d0b3a1d6e02b4546f6615d97a692a55e76ac8 — Liliana Marie Prikler 1 year, 7 months ago 2922224
gnu: gdk-pixbuf: Build with other loaders enabled.

GTK+ 3 currently fails to build, as it requires the XPM loader be enabled.
See also <https://gitlab.gnome.org/GNOME/gtk/-/issues/7143>.

* gnu/packages/gtk.scm (gdk-pixbuf)[#:configure-flags]: Add “-Dothers=enabled”.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/gtk.scm
M gnu/packages/gtk.scm => gnu/packages/gtk.scm +4 -1
@@ 736,7 736,10 @@ highlighting and other features typical of a source code editor.")
       #: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