From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 05/13] gnu: Export ghostscript module symbols up-front. Date: Fri, 21 Nov 2014 23:04:31 +0100 Message-ID: <87sihcnrbk.fsf@gnu.org> References: <1416548468-28421-1-git-send-email-bavier@member.fsf.org> <1416548468-28421-6-git-send-email-bavier@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrwJm-00032G-Ov for guix-devel@gnu.org; Fri, 21 Nov 2014 17:04:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrwJd-0006zr-NN for guix-devel@gnu.org; Fri, 21 Nov 2014 17:04:42 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:36029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrwJd-0006zn-Gb for guix-devel@gnu.org; Fri, 21 Nov 2014 17:04:33 -0500 In-Reply-To: <1416548468-28421-6-git-send-email-bavier@member.fsf.org> (Eric Bavier's message of "Thu, 20 Nov 2014 23:41:00 -0600") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel@gnu.org, Eric Bavier Eric Bavier skribis: > * gnu/packages/ghostscript.scm [module]: Export symbols up-front. OK, but note that this doesn=E2=80=99t actually help wrt. circular deps (contrary to what I wrote in glib.scm...) Ludo=E2=80=99.