From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9mhZ-00005s-4k for guix-patches@gnu.org; Tue, 09 Oct 2018 03:45:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9mhT-0007Zu-SZ for guix-patches@gnu.org; Tue, 09 Oct 2018 03:45:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36887) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9mhT-0007Zm-Og for guix-patches@gnu.org; Tue, 09 Oct 2018 03:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g9mhT-0000jY-M8 for guix-patches@gnu.org; Tue, 09 Oct 2018 03:45:03 -0400 Subject: [bug#32923] [PATCH 0/3] Add Arduino basics. Resent-Message-ID: Date: Tue, 9 Oct 2018 09:44:14 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20181009094414.38cde83b@alma-ubu> In-Reply-To: <20181003194205.3627-1-dannym@scratchpost.org> References: <20181003194205.3627-1-dannym@scratchpost.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/f297U8NoI8uyJJMgsiHn=tf"; protocol="application/pgp-signature" 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: Danny Milosavljevic Cc: 32923@debbugs.gnu.org --Sig_/f297U8NoI8uyJJMgsiHn=tf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, 3 Oct 2018 21:42:05 +0200 Danny Milosavljevic wrote: > Danny Milosavljevic (3): > gnu: Add arduino-hardware. > gnu: Add arduino-libraries. > gnu: Add arduino-makefile. >=20 > gnu/packages/arduino.scm | 207 > +++++++++++++++++++++++++++++++++++++++ 1 file changed, 207 > insertions(+) create mode 100644 gnu/packages/arduino.scm >=20 >=20 >=20 Hi Danny, I haven't looked into the package definitions, just: There is already a file avr.scm. Is there any reason you are not adding to this file? If you stick with the arduino.scm, you should add it to gnu/local.mk. Bj=C3=B6rn --Sig_/f297U8NoI8uyJJMgsiHn=tf Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlu8XE8ACgkQvyhstlk+X/0hZACeIL3r0P3MuuJEawSQNgvK/BjW prQAniUn+K749tei4grKWJL1Wqxukv/2 =kg2/ -----END PGP SIGNATURE----- --Sig_/f297U8NoI8uyJJMgsiHn=tf--