guix-patches
[Top][All Lists]
Advanced

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

[bug#51106] [PATCH 2/7] gnu: babl: Enable GIR.


From: Liliana Marie Prikler
Subject: [bug#51106] [PATCH 2/7] gnu: babl: Enable GIR.
Date: Sat, 09 Oct 2021 14:40:48 +0200
User-agent: Evolution 3.34.2

Hi,

Am Samstag, den 09.10.2021, 01:07 +0000 schrieb Vinicius Monego:
> * gnu/packages/gimp.scm (babl)[arguments]<#:configure-flags>: Pass
> "-Denable-gir=true" and "-Denable-vapi=true".
> [native-inputs]: Add gobject-introspection, vala.
> ---
>  gnu/packages/gimp.scm | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
> index d524e50245..a2050b4f34 100644
> --- a/gnu/packages/gimp.scm
> +++ b/gnu/packages/gimp.scm
> @@ -188,9 +188,12 @@ of a larger interface.")
>      (arguments
>       `(#:meson ,meson-0.55
>         #:configure-flags
> -       (list "-Denable-gir=false")))
> +       (list "-Denable-gir=true"
> +             "-Denable-vapi=true")))
If those are enabled by default, we don't need to enable them
explicitly.
>      (native-inputs
> -     `(("pkg-config" ,pkg-config)))
> +     `(("gobject-introspection" ,gobject-introspection)
> +       ("pkg-config" ,pkg-config)
> +       ("vala" ,vala)))
>      (propagated-inputs
>       ;; Propagated to satisfy ‘babl.pc’.
>       `(("lcms" ,lcms)))
Otherwise LGTM.






reply via email to

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