From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdjHn-0007ii-Jf for guix-patches@gnu.org; Thu, 12 Jul 2018 17:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdjHm-0008OK-NT for guix-patches@gnu.org; Thu, 12 Jul 2018 17:38:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49556) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdjHm-0008OE-JN for guix-patches@gnu.org; Thu, 12 Jul 2018 17:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdjHm-0006uR-Cy for guix-patches@gnu.org; Thu, 12 Jul 2018 17:38:02 -0400 Subject: [bug#32059] [PATCH 1/3] etc: snippets: Add new build systems to package snippet. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180705121812.23228-1-arunisaac@systemreboot.net> <20180705123944.25944-1-arunisaac@systemreboot.net> Date: Thu, 12 Jul 2018 23:37:23 +0200 In-Reply-To: <20180705123944.25944-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Thu, 5 Jul 2018 18:09:42 +0530") Message-ID: <87601krv8s.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Arun Isaac Cc: 32059@debbugs.gnu.org Arun Isaac skribis: > * etc/snippets/scheme-mode/guix-package: Add android-ndk-build-system and > scons-build-system as possibilities for the build-system field. LGTM!