guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

400/470: gnu: gdk-pixbuf: Remove broken configuration option.


From: guix-commits
Subject: 400/470: gnu: gdk-pixbuf: Remove broken configuration option.
Date: Thu, 16 Mar 2023 03:02:24 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit d425488858e73f659d22e1ae687b436b0563f424
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 edb543aae0..8933211483 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -778,8 +778,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]