guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: babl: Build with introspection.


From: guix-commits
Subject: 03/06: gnu: babl: Build with introspection.
Date: Sat, 9 Mar 2024 01:43:10 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 99cfb624ca801d6d0e857f7cfd8d358ecfe59893
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Feb 29 06:17:22 2024 +0100

    gnu: babl: Build with introspection.
    
    * gnu/packages/gimp.scm (babl)[#:configure-flags]: Remove 
“-Denable-gir=false”.
---
 gnu/packages/gimp.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 555a170665..07581a4595 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -193,8 +193,7 @@ of a larger interface.")
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags
-       (list "-Denable-gir=false"
-             "-Dwith-docs=false")))
+       (list "-Dwith-docs=false")))
     (native-inputs
      (list gobject-introspection pkg-config vala))
     (propagated-inputs



reply via email to

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