From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diOI7-0001iU-Fd for guix-patches@gnu.org; Thu, 17 Aug 2017 13:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diOI2-0000oG-H8 for guix-patches@gnu.org; Thu, 17 Aug 2017 13:09:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34363) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1diOI2-0000o5-D6 for guix-patches@gnu.org; Thu, 17 Aug 2017 13:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1diOI2-0003Uu-7l for guix-patches@gnu.org; Thu, 17 Aug 2017 13:09:02 -0400 Subject: bug#28049: [PATCH] gnu: Add mygui. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20170811165852.27743-1-manolis837@gmail.com> <871sogld6i.fsf@gmail.com> From: Manolis Ragkousis Message-ID: Date: Thu, 17 Aug 2017 20:08:43 +0300 MIME-Version: 1.0 In-Reply-To: <871sogld6i.fsf@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Alex Kost Cc: 28049-done@debbugs.gnu.org Hello Alex, On 08/12/2017 11:54 PM, Alex Kost wrote: > Please shift these 3 lines to the right to place "(sha256" right under > "(uri". > > In case you didn't know (and if you use Emacs) you can indent the whole > package definition by moving the point to its beginning (to > "(define-public...") and pressing "C-M-q" ("indent-pp-sexp" command). > > As for the package itself, I don't have any comments (I mean it looks > good to me), thanks! I am wondering how I missed this :). I will be more careful next time. Updated patch and pushed to master. Thank you Alex, Manolis