[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
253/373: gnu: gdk-pixbuf: Remove broken configuration option.
From: |
guix-commits |
Subject: |
253/373: gnu: gdk-pixbuf: Remove broken configuration option. |
Date: |
Sun, 16 Apr 2023 07:11:17 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 48b63915802fb50e8a15b26e5d70b8f919e40b50
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
- 330/373: gnu: Add rust-wyz-0.5., (continued)
- 330/373: gnu: Add rust-wyz-0.5., guix-commits, 2023/04/16
- 327/373: gnu: Add rust-markup-0.13., guix-commits, 2023/04/16
- 340/373: gnu: rust-typenum-1: Update to 1.16.0., guix-commits, 2023/04/16
- 346/373: gnu: rust-bytecheck-0.6: Update to 0.6.10., guix-commits, 2023/04/16
- 347/373: gnu: Add rust-rend-0.4., guix-commits, 2023/04/16
- 351/373: gnu: Add rust-syn-2., guix-commits, 2023/04/16
- 348/373: gnu: rust-rkyv-0.7: Update to 0.7.40., guix-commits, 2023/04/16
- 357/373: gnu: Add rust-structmeta-0.1., guix-commits, 2023/04/16
- 250/373: gnu: gdk-pixbuf: Update to 2.42.10., guix-commits, 2023/04/16
- 252/373: gnu: gdk-pixbuf: Remove extra inputs., guix-commits, 2023/04/16
- 253/373: gnu: gdk-pixbuf: Remove broken configuration option.,
guix-commits <=
- 254/373: gnu: gdk-pixbuf: Adjust skipped failing tests., guix-commits, 2023/04/16
- 267/373: gnu: Add rust-lscolors-0.13., guix-commits, 2023/04/16
- 270/373: gnu: rust-signal-hook-mio-0.2: Update to 0.2.3., guix-commits, 2023/04/16
- 275/373: gnu: Add rust-option-set-0.1., guix-commits, 2023/04/16
- 290/373: gnu: rust-bit-set-0.5: Update to 0.5.3., guix-commits, 2023/04/16
- 279/373: gnu: Add rust-argmax-0.3., guix-commits, 2023/04/16
- 298/373: gnu: Add rust-dns-sd-0.1., guix-commits, 2023/04/16
- 284/373: gnu: Remove rust-tokio-1.8., guix-commits, 2023/04/16
- 309/373: gnu: rust-1.61: Remove riscv64-linux jemalloc workaround., guix-commits, 2023/04/16
- 314/373: gnu: alfis: Add missing input., guix-commits, 2023/04/16