From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34964) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKMYF-00077l-9B for guix-patches@gnu.org; Fri, 03 Apr 2020 09:40:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKMYE-0004Jr-Ba for guix-patches@gnu.org; Fri, 03 Apr 2020 09:40:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKMYE-0004Jk-8Z for guix-patches@gnu.org; Fri, 03 Apr 2020 09:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKMYE-0000n4-6i for guix-patches@gnu.org; Fri, 03 Apr 2020 09:40:02 -0400 Subject: bug#40320: [PATCH v2 2/2] gnu: Add qalculate-gtk. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200401052320.21576-1-vkor@vkten.in> <20200401052320.21576-2-vkor@vkten.in> Date: Fri, 03 Apr 2020 15:39:02 +0200 In-Reply-To: <20200401052320.21576-2-vkor@vkten.in> (R. Veera Kumar's message of "Wed, 1 Apr 2020 10:53:20 +0530") Message-ID: <87wo6wk7t5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: R Veera Kumar Cc: Danny Milosavljevic , 40320-done@debbugs.gnu.org R Veera Kumar skribis: > * gnu/packages/maths.scm (qalculate-gtk): New variable. > * gnu/packages/maths.scm: Add missing modules. > > Signed-off-by: R Veera Kumar > --- > Changes in v2: > - Change commit msg as per changelog format > - Use git release tag instead of commit id > - Use 'bootstrap with setenv appropriately > - Remove m4 from native-inputs Applied as well with similar changes to the commit log. I=E2=80=99m closing this issue now. Thank you! Ludo=E2=80=99.