Federico Beffa <[email protected]> skribis:
> From d09667ff264149467b2b69e8a4ef67a1ce9b123c Mon Sep 17 00:00:00 2001
> From: Federico Beffa <[email protected]>
> 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").
> + (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?
This would be consistent with what most other packages provide and would
avoid the TeX Live dependency.
The rest LGTM, thanks!
Ludo’.