From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8WPH-0000dH-Aa for guix-patches@gnu.org; Fri, 05 Oct 2018 16:09:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8WPG-0001J6-M5 for guix-patches@gnu.org; Fri, 05 Oct 2018 16:09:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g8WPG-0001Iv-Hh for guix-patches@gnu.org; Fri, 05 Oct 2018 16:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g8WPG-0001Sm-4L for guix-patches@gnu.org; Fri, 05 Oct 2018 16:09:02 -0400 Subject: [bug#32907] [PATCH] gnu: Add stlink. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181002152808.8728-1-clement@lassieur.org> Date: Fri, 05 Oct 2018 22:08:31 +0200 In-Reply-To: <20181002152808.8728-1-clement@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Tue, 2 Oct 2018 17:28:08 +0200") Message-ID: <87tvm040n4.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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 32907@debbugs.gnu.org Cl=C3=A9ment Lassieur skribis: > * gnu/packages/embedded.scm (stlink): New variable. LGTM, thanks! Ludo'.