[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
253/459: gnu: gdk-pixbuf: Remove broken configuration option.
From: |
guix-commits |
Subject: |
253/459: gnu: gdk-pixbuf: Remove broken configuration option. |
Date: |
Mon, 24 Apr 2023 15:03:11 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 507fd3158c926f3fc92679983fa4136fdc36fd73
Author: Efraim Flashner <efraim@flashner.co.il>
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
- 430/459: gnu: rust-serde-1: Update to 1.0.160., (continued)
- 430/459: gnu: rust-serde-1: Update to 1.0.160., guix-commits, 2023/04/24
- 431/459: gnu: rust-serde-derive-1: Update to 1.0.160., guix-commits, 2023/04/24
- 436/459: gnu: rust-toml-edit-0.19: Update to 0.19.8., guix-commits, 2023/04/24
- 435/459: gnu: Add rust-winnow-0.4., guix-commits, 2023/04/24
- 445/459: gnu: Add rust-c-vec-2., guix-commits, 2023/04/24
- 458/459: gnu: Add rust-tiny-skia-0.8., guix-commits, 2023/04/24
- 252/459: gnu: gdk-pixbuf: Remove extra inputs., guix-commits, 2023/04/24
- 247/459: gnu: Add rust-exr-1., guix-commits, 2023/04/24
- 254/459: gnu: gdk-pixbuf: Adjust skipped failing tests., guix-commits, 2023/04/24
- 255/459: gnu: gtk+-2: Skip two more tests., guix-commits, 2023/04/24
- 253/459: gnu: gdk-pixbuf: Remove broken configuration option.,
guix-commits <=
- 421/459: gnu: Add rust-crossfont-0.5., guix-commits, 2023/04/24
- 425/459: gnu: Add rust-unindent-0.2., guix-commits, 2023/04/24
- 438/459: gnu: Add rust-glutin-wgl-sys-0.4., guix-commits, 2023/04/24
- 454/459: gnu: rust-ab-glyph-rasterizer-0.1: Update to 0.1.8., guix-commits, 2023/04/24
- 455/459: gnu: rust-freetype-sys-0.13: Unbundle freetype2., guix-commits, 2023/04/24
- 260/459: gnu: Add rust-crossterm-0.25., guix-commits, 2023/04/24
- 263/459: gnu: rust-insta-1: Update to 1.28.0., guix-commits, 2023/04/24
- 264/459: gnu: Add rust-jemalloc-sys-0.5., guix-commits, 2023/04/24
- 265/459: gnu: Add rust-jemallocator-0.5., guix-commits, 2023/04/24
- 267/459: gnu: Add rust-lscolors-0.13., guix-commits, 2023/04/24