guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: gegl: Enable GIR.


From: guix-commits
Subject: 04/07: gnu: gegl: Enable GIR.
Date: Sun, 10 Oct 2021 15:34:54 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 655b227c2b7f84950dbdc6791e61358bed35831b
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Oct 9 17:08:44 2021 +0000

    gnu: gegl: Enable GIR.
    
    * gnu/packages/gimp.scm (gegl)[arguments]<#:configure-flags>: Remove.
    [native-inputs]: Sort alphabetically. Add gobject-introspection, vala.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gimp.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index d69425f..5e46eb3 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -227,8 +227,6 @@ provided, as well as a framework to add new color models 
and data types.")
     (build-system meson-build-system)
     (arguments
      `(#:meson ,meson-0.55
-       #:configure-flags
-       (list "-Dintrospection=false")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'extend-test-time-outs
@@ -254,9 +252,11 @@ provided, as well as a framework to add new color models 
and data types.")
        ("libpng" ,libpng)
        ("libjpeg" ,libjpeg-turbo)))
     (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("glib" ,glib "bin")             ; for gtester
-       ("intltool" ,intltool)))
+     `(("glib" ,glib "bin")             ; for gtester
+       ("gobject-introspection" ,gobject-introspection)
+       ("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)
+       ("vala" ,vala)))
     (home-page "https://gegl.org";)
     (synopsis "Graph based image processing framework")
     (description "GEGL (Generic Graphics Library) provides infrastructure to



reply via email to

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