GNU bug report logs - #44628
[PATCH 0/2] gnu: Add astroid.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Sat, 14 Nov 2020 09:25:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 44628 <at> debbugs.gnu.org
Subject: [bug#44628] [PATCH 1/2] gnu: gmime: Add the "--enable-introspection" flag.
Date: Tue, 17 Nov 2020 21:32:14 +0200
[Message part 1 (text/plain, inline)]
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 <at> 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
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 245 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.