From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYpXC-00074m-Mm for guix-patches@gnu.org; Thu, 06 Jun 2019 06:22:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYpX8-0004fv-KD for guix-patches@gnu.org; Thu, 06 Jun 2019 06:22:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35495) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYpX0-0004Ki-85 for guix-patches@gnu.org; Thu, 06 Jun 2019 06:22:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYpX0-0001wi-2x for guix-patches@gnu.org; Thu, 06 Jun 2019 06:22:02 -0400 Subject: bug#36082: [PATCH] add gnurobots Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20190603161431.03842caa@gmail.com> <87ef48cfup.fsf@elephly.net> <20190605141017.363231cb@gmail.com> From: Ricardo Wurmus In-reply-to: <20190605141017.363231cb@gmail.com> Date: Thu, 06 Jun 2019 12:20:49 +0200 Message-ID: <87tvd3j9q6.fsf@elephly.net> 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: Jesse Gibbons Cc: 36082-done@debbugs.gnu.org Hi Jesse, thank you for the updated patch. I pushed it to the master branch with commit 08c2fb8fe9 after a couple of changes: * fixed indentation and formatting; replaced tabs with spaces * added a build phase to install the HOWTO document * replaced the build phase to patch references to headers with a make flag * moved pkg-config to native-inputs * reflowed the description * changed the commit message Thanks! -- Ricardo