efraim pushed a commit to branch rust-team
in repository guix.
commit 48b63915802fb50e8a15b26e5d70b8f919e40b50
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 26 01:16:09 2023 +0200
gnu: gdk-pixbuf: Remove broken configuration option.
This flag is set wrong and leads to profiles failing to build.
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Adjust 'configure-flags
to remove broken builtin_loaders option.
---
gnu/packages/gtk.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6b2e1c3d2f..024d946c2d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -779,8 +779,7 @@ highlighting and other features typical of a source code
editor.")
(outputs '("out" "debug"))
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
- #:configure-flags '("-Dinstalled_tests=false"
- "-Dbuiltin_loaders=all")
+ #:configure-flags '("-Dinstalled_tests=false")
#:phases
(modify-phases %standard-phases
(add-before 'configure 'disable-failing-tests