From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH v4 2/3] gnu: Add python2-wxpython. Date: Mon, 7 Nov 2016 23:38:07 +0100 Message-ID: <20161107233807.33f2422c@scratchpost.org> References: <20161105184131.GA11070@jasmine> <20161107181628.23640-1-theodoros.for@openmailbox.org> <20161107181628.23640-2-theodoros.for@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3sYS-0003h1-85 for guix-devel@gnu.org; Mon, 07 Nov 2016 17:38:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3sYP-0005VZ-5X for guix-devel@gnu.org; Mon, 07 Nov 2016 17:38:16 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:39372) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3sYO-0005VR-VV for guix-devel@gnu.org; Mon, 07 Nov 2016 17:38:13 -0500 In-Reply-To: <20161107181628.23640-2-theodoros.for@openmailbox.org> 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: Theodoros Foradis Cc: guix-devel@gnu.org Hi, > + #:use-module (gnu packages xml) It's now not necessary anymore to import the "xml" module. Not importing it cuts down on the number of module references and potential reference cycles in the future. Otherwise LGTM!