From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id OOjGJ78ltF8LdAAA0tVLHw (envelope-from ) for ; Tue, 17 Nov 2020 19:34:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id EDOjI78ltF+0cgAAB5/wlQ (envelope-from ) for ; Tue, 17 Nov 2020 19:34:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0620194006E for ; Tue, 17 Nov 2020 19:34:23 +0000 (UTC) Received: from localhost ([::1]:59034 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kf6kA-0001zJ-0M for larch@yhetil.org; Tue, 17 Nov 2020 14:34:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37350) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kf6jr-0001xC-S8 for guix-patches@gnu.org; Tue, 17 Nov 2020 14:34:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49662) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kf6jq-0006D2-3g for guix-patches@gnu.org; Tue, 17 Nov 2020 14:34:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kf6jq-00042a-1q for guix-patches@gnu.org; Tue, 17 Nov 2020 14:34:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44628] [PATCH 1/2] gnu: gmime: Add the "--enable-introspection" flag. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 17 Nov 2020 19:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44628 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tanguy Le Carrour Cc: 44628@debbugs.gnu.org Received: via spool by 44628-submit@debbugs.gnu.org id=B44628.160564158415464 (code B ref 44628); Tue, 17 Nov 2020 19:34:02 +0000 Received: (at 44628) by debbugs.gnu.org; 17 Nov 2020 19:33:04 +0000 Received: from localhost ([127.0.0.1]:32975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kf6iu-00041L-7D for submit@debbugs.gnu.org; Tue, 17 Nov 2020 14:33:04 -0500 Received: from flashner.co.il ([178.62.234.194]:56840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kf6ip-00040F-LA for 44628@debbugs.gnu.org; Tue, 17 Nov 2020 14:33:02 -0500 Received: from localhost (unknown [141.226.15.169]) by flashner.co.il (Postfix) with ESMTPSA id 1EDDD40332; Tue, 17 Nov 2020 19:32:53 +0000 (UTC) Date: Tue, 17 Nov 2020 21:32:14 +0200 From: Efraim Flashner Message-ID: <20201117193214.GW987@E5400> References: <20201114092426.4928-1-tanguy@bioneland.org> <20201114092611.6225-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="QVzQgM+zdZ3YWXqn" Content-Disposition: inline In-Reply-To: <20201114092611.6225-1-tanguy@bioneland.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -2.61 X-TUID: eoB+tVnhMRCp --QVzQgM+zdZ3YWXqn Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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-introspecti= on" > flag. [native-inputs]: Add gobject-introspection. > --- > gnu/packages/mail.scm | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) >=20 > 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=3Dyes") > + #:phases > (modify-phases %standard-phases > (add-after > 'unpack 'patch-paths-in-tests > --=20 > 2.29.2 >=20 >=20 >=20 >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --QVzQgM+zdZ3YWXqn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+0JT0ACgkQQarn3Mo9 g1Hn7g/+KL5Um53/WTq5IWFFiEIsiIUpqT3UNPxJ5DrLcLzjWM8QMZc/ipB40Hzm 8yb/h2TSgBqNzzkWPVbu6yevSPM6io+zOh58dktgh3PgxcLxNWlclKl/GRzgLUwv UThUmzxTyq9QoGjW1+0mrx/44SHXroULvpt5Nt9UdIQbgjVQWG7OqdXvg60SlsF9 biV8rGbK9fnbskL56+DJoDN2p0ZO7d43kVtTc5EqtppdwxXFmEYstEpOT9t2KhYa 9rPXr3wmkT12+e4OC4nTGAMGaHhsVXsFsZiCcN5Sa14gw8aa/BtpNg/Utg2npE4f RBS6lx/jv6ibjrtoScvTGdqQW2SYH5iQ9H4vCXGsZjCTTGgGaAeN/gewCI99xDvc CTYG/0+lcxTH+PamUFqGiCfbPKp7gpflC9ykGqaPKxDrDwLBDROGGwSCL1T+TwQF 89eAYXX49GRd/PVzToy2XqAy1rJszAaQ2zfqXfhMVl+oyf8f692w7TZIARTLv2PW P24enrokwEFjBsaY1KKMhsbRRlaPIyuJwAZ1E+WoG1C/L1Msg9AYp5CuX3X0blN0 jA7VKx+rNj3VbrIey+bhwcwLU2/HtQoprcbrpObFOo4K+u16akikIx2dXXgLwD1l iU9A6++YFOd39JjEs3B1vPaFT5C9MtQgt8zJ0N4/imDY7HtEv04= =J3fi -----END PGP SIGNATURE----- --QVzQgM+zdZ3YWXqn--