GNU bug report logs -
#44628
[PATCH 0/2] gnu: Add astroid.
Previous Next
Full log
View this message in rfc822 format
[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.