From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: [PATCH 04/15] gnu: Add chez-sockets. Date: Mon, 17 Oct 2016 18:08:30 +0200 Message-ID: References: <87r37f9jv3.fsf@gnu.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]:52548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwASo-00024z-Hk for guix-devel@gnu.org; Mon, 17 Oct 2016 12:08:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwASn-00026W-Iw for guix-devel@gnu.org; Mon, 17 Oct 2016 12:08:34 -0400 In-Reply-To: <87r37f9jv3.fsf@gnu.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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel On Mon, Oct 17, 2016 at 3:37 PM, Ludovic Court=C3=A8s wrote: > Federico Beffa skribis: > >> From d09667ff264149467b2b69e8a4ef67a1ce9b123c Mon Sep 17 00:00:00 2001 >> From: Federico Beffa >> Date: Sun, 16 Oct 2016 16:03:07 +0200 >> Subject: [PATCH 04/15] gnu: Add chez-sockets. >> >> * gnu/packages/chez.scm (chez-sockets): New variable. > > [...] > >> +(define-public chez-sockets >> + (package >> + (name "chez-sockets") >> + (version "0.0-1.bce9688") > > Please factorize the commit number (info "(guix) Version Numbers"). OK > >> + (native-inputs >> + `(("chez-scheme" ,chez-scheme) >> + ("chez-web" ,chez-web) >> + ("texlive" ,texlive))) > > Can documentation be made available in an on-line format like HTML or > Info? No, this library is written in a WEB system based on Chez Scheme and LaTeX. > > This would be consistent with what most other packages provide and would > avoid the TeX Live dependency. > > The rest LGTM, thanks! > > Ludo=E2=80=99.