From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 27 01:57:13 2022 Received: (at submit) by debbugs.gnu.org; 27 Jan 2022 06:57:13 +0000 Received: from localhost ([127.0.0.1]:54120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCyiQ-0004xh-9k for submit@debbugs.gnu.org; Thu, 27 Jan 2022 01:57:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:33434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCyiP-0004xa-4M for submit@debbugs.gnu.org; Thu, 27 Jan 2022 01:57:05 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41312) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCyiL-0002Fi-CH for guix-patches@gnu.org; Thu, 27 Jan 2022 01:57:03 -0500 Received: from [2a01:488:42:1000:50ed:84e7::] (port=54346 helo=wp224.webpack.hosteurope.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCyhl-0000VF-9i for guix-patches@gnu.org; Thu, 27 Jan 2022 01:56:27 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1nCyhi-00012b-1M; Thu, 27 Jan 2022 07:56:22 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1nCyhX-0000Rt-L6; Thu, 27 Jan 2022 07:56:21 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: gnome-mines: Fix build. Date: Thu, 27 Jan 2022 07:56:20 +0100 Message-Id: <20220127065620.29473-1-mike@rohleder.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1643266585;e21266ed; X-HE-SMSGID: 1nCyhi-00012b-1M X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a01:488:42:1000:50ed:84e7:: (failed) Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/web.scm (gnome-mines)[native-inputs]: Add python-wrapper. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2fe1f4de39..e3fac534c4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -54,7 +54,7 @@ ;;; Copyright © 2020, 2021 Vinicius Monego ;;; Copyright © 2020, 2021 Brice Waegeneire ;;; Copyright © 2020 Arun Isaac -;;; Copyright © 2020 Michael Rohleder +;;; Copyright © 2020, 2022 Michael Rohleder ;;; Copyright © 2020 Tim Gesthuizen ;;; Copyright © 2020, 2021 Andy Tai ;;; Copyright © 2020, 2021 Sébastien Lerique @@ -5106,6 +5106,7 @@ (define-public gnome-mines ("desktop-file-utils" ,desktop-file-utils) ("intltool" ,intltool) ("itstool" ,itstool) + ("python" ,python-wrapper) ; for meson_post_install.py ("vala" ,vala) ("yelp" ,yelp) ("appstream-glib" ,appstream-glib))) -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 27 03:49:53 2022 Received: (at 53573-done) by debbugs.gnu.org; 27 Jan 2022 08:49:53 +0000 Received: from localhost ([127.0.0.1]:54290 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD0TZ-0007nr-JC for submit@debbugs.gnu.org; Thu, 27 Jan 2022 03:49:53 -0500 Received: from flashner.co.il ([178.62.234.194]:52162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD0TY-0007nS-MA for 53573-done@debbugs.gnu.org; Thu, 27 Jan 2022 03:49:52 -0500 Received: from localhost (unknown [31.210.177.79]) by flashner.co.il (Postfix) with ESMTPSA id CF912406ED; Thu, 27 Jan 2022 08:49:46 +0000 (UTC) Date: Thu, 27 Jan 2022 10:48:47 +0200 From: Efraim Flashner To: Michael Rohleder Subject: Re: [bug#53573] [PATCH] gnu: gnome-mines: Fix build. Message-ID: Mail-Followup-To: Efraim Flashner , Michael Rohleder , 53573-done@debbugs.gnu.org References: <20220127065620.29473-1-mike@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="orDuojqXp9+/b1gk" Content-Disposition: inline In-Reply-To: <20220127065620.29473-1-mike@rohleder.de> 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-Debbugs-Envelope-To: 53573-done Cc: 53573-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --orDuojqXp9+/b1gk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch applied! --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --orDuojqXp9+/b1gk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmHyXG8ACgkQQarn3Mo9 g1G/8w//UNg1268a0v+pqeIAlzm6Xl8qTZ0MSaDHgPiKtZs97FY+xvAmtiNvZsbK yLshcdstYrUQLMSTv1ldzuDHcmd1rLKdGnd47VXy3WtHqAzY62GI1Hn455N9EEtu LtHWFemBE3KBKC5GE6l5jDaRGvcBt7KrHpxpudH9zCMUyL2NMYBPT6lSyudXnC1A pPrTu2g/tQ1z2K7vyuPHCRt4JlGpCM6YmUAkGNCcchS8hOrQuiPhMQlpIwI6b0Yo udZGx+GsZSQ+kDnzK5nxJfDlCDm2ABCWJ5sD3YnZlKrsHVskiYS4HZpVuTeqPiLs OgobEieiM27ugXTEnS0gV69q4gq9R/y8nfJTD1sIMKtbJYVoPjQLxHNeT5efntEA khCd+Dkn+SOTem7NkGmABw1sDP2+CDnAKB8B+rTNvM9DuhVSWe9NuFfnQMb0RwpV luTVI96nc7LQqD8Xv4SO50HZL6qvvYiR4/oLoo6PgEetZis95bS6F1L7kAbveJN7 hCx9DSju1GFp5GrrGLXfzHsQvl5z53HA6tss1F1zkwXRDm9aYG0NJ7FJZAhvTkD6 haXll9jzVATpocS9MW/cEPGnW0UFTFL0DcSmw4O2qjrHSsTjEMyAkyow65dDTK9l +sl5Vfb8KQSNEtHC6gYaHVLb8Lo45nFkF1yi+r/fWZFYCdmo9Ao= =TLkM -----END PGP SIGNATURE----- --orDuojqXp9+/b1gk-- From unknown Fri Sep 12 04:35:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 24 Feb 2022 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator