From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add Asymptote. Date: Wed, 30 Dec 2015 17:11:08 +0100 Message-ID: <87lh8bsyqr.fsf@gnu.org> References: <1451097632-3235-1-git-send-email-bavier@member.fsf.org> <1451097632-3235-3-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]:33534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEJLG-0005cA-4N for guix-devel@gnu.org; Wed, 30 Dec 2015 11:11:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEJLD-0007l8-FK for guix-devel@gnu.org; Wed, 30 Dec 2015 11:11:14 -0500 In-Reply-To: <1451097632-3235-3-git-send-email-bavier@member.fsf.org> (Eric Bavier's message of "Fri, 25 Dec 2015 20:40:32 -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 skribis: > * gnu/packages/plotutils.scm (asymptote): New variable. > * gnu/packages/patches/asymptote-gsl2.patch: New file. > * gnu-system.am (dist_patch_DATA): Add it. [...] > + (native-inputs > + `(("gs" ,ghostscript) ;For tests > + ("texinfo" ,texinfo) ;For generating documentation > + ("texlive" ,texlive) ;For tests and documentation Would it be enough to depend on texlive-bin? Alternately, could documentation be made a separate package? Otherwise LGTM, thanks! Ludo=E2=80=99.