guix-patches
[Top][All Lists]
Advanced

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

[bug#44628] [PATCH 1/2] gnu: gmime: Add the "--enable-introspection" fla


From: Efraim Flashner
Subject: [bug#44628] [PATCH 1/2] gnu: gmime: Add the "--enable-introspection" flag.
Date: Tue, 17 Nov 2020 21:32:14 +0200

This patch is good. I changed the order of inputs to keep them sorted
alphabetically.

On Sat, Nov 14, 2020 at 10:26:10AM +0100, Tanguy Le Carrour wrote:
> * gnu/packages/mail.scm (gmime)[arguments]: Add the "--enable-introspection"
> flag. [native-inputs]: Add gobject-introspection.
> ---
>  gnu/packages/mail.scm | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> index b6c51c337b..fcd593c356 100644
> --- a/gnu/packages/mail.scm
> +++ b/gnu/packages/mail.scm
> @@ -593,12 +593,15 @@ It adds a large amount of new and improved features to 
> mutt.")
>      (build-system gnu-build-system)
>      (native-inputs
>       `(("pkg-config" ,pkg-config)
> +       ("gobject-introspection" ,gobject-introspection)
>         ("gnupg" ,gnupg)))               ; for tests only
>      (inputs `(("glib" ,glib)
>                ("gpgme" ,gpgme)
>                ("zlib" ,zlib)))
>      (arguments
> -     `(#:phases
> +     `(#:configure-flags
> +         (list "--enable-introspection=yes")
> +       #:phases
>         (modify-phases %standard-phases
>           (add-after
>            'unpack 'patch-paths-in-tests
> -- 
> 2.29.2
> 
> 
> 
> 

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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