From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add sonata Date: Sun, 11 Sep 2016 14:11:53 -0400 Message-ID: <20160911181153.GA1413@jasmine> References: <20160910180848.GA30260@jasmine> <20160911100037.18066-1-mail@cbaines.net> <20160911100037.18066-2-mail@cbaines.net> <87fup62www.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bj9Ee-0004YX-5m for guix-devel@gnu.org; Sun, 11 Sep 2016 14:12:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bj9EZ-00069B-VX for guix-devel@gnu.org; Sun, 11 Sep 2016 14:12:07 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:37132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bj9EY-00067l-On for guix-devel@gnu.org; Sun, 11 Sep 2016 14:12:03 -0400 Content-Disposition: inline In-Reply-To: <87fup62www.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Kost Cc: guix-devel@gnu.org On Sun, Sep 11, 2016 at 08:01:19PM +0300, Alex Kost wrote: > Christopher Baines (2016-09-11 11:00 +0100) wrote: > > + #:use-module ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:) > > This line is not needed. You use it in the #:modules argument in the > package definition, but it should not be put in the top level > 'define-module' form. Thanks Alex, I fixed it in a followup commit.