Re: Symlinks to generic names

2014-02-03 Thread Ludovic Courtès
John Darrington j...@darrington.wattle.id.au skribis: On Sun, Feb 02, 2014 at 05:42:01PM +0100, Andreas Enge wrote: On Sun, Feb 02, 2014 at 02:40:39PM +0100, John Darrington wrote: python3 - python For python, the binary python is provided by python-2.7.6. The binary

Re: Signed archives

2014-02-03 Thread Nikita Karetnikov
I’d like to see a signature in the wild. Are there any signed .narinfo files on hydra.nixos.org? I’ve checked GNU Hello [1]; it’s not signed. [1] http://hydra.nixos.org/6iqpvq3k2nlmfn3l59rsf3c57ji7jiyb.narinfo pgpTuQkQKLw91.pgp Description: PGP signature

[PATCH 2/2] dmd: Make config file if necessary when not run as root.

2014-02-03 Thread Alex Sassmannshausen
* modules/dmd/support.scm (make-bare-init-file): new procedure to generate basic init file. (default-logfile): Check for init file, create it if necessary. --- modules/dmd/support.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git

[PATCH 1/2] dmd: Use ~/.dmd.d/ by default when not run as root.

2014-02-03 Thread Alex Sassmannshausen
* modules/dmd/support.scm: Add copyright. (user-dmddir): New variable. (default-logfile): Use it instead of user-homedir. (default-persistency-state-file): Use it instead of user-homedir. (default-configfile): Use it instead of user-homedir, use init.scm as default name for configfile,

Re: [PATCH 2/3] gnu: boost: New module

2014-02-03 Thread Ludovic Courtès
Hi! Thanks for looking into those big packages! John Darrington j...@gnu.org skribis: + (alist-replace +'configure +(lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs out))) +(substitute* '(libs/config/configure +

Re: Gnunet-0.10.0 recipe

2014-02-03 Thread Sree Harsha Totakura
On 02/03/2014 11:17 PM, Andreas Enge wrote: Just one last question: Is there a reason you did not add libmicrohttpd as an input? Or should I add it again? I had forgotten to add it, nevertheless it should be added to the inputs as it is a direct dependency. But how did the build succeed if

Re: Gnunet-0.10.0 recipe

2014-02-03 Thread Sree Harsha Totakura
Hi Christian, Does GNUnet use openssl while building or is it used only during `make check`? Sree On 02/03/2014 11:57 PM, Ludovic Courtès wrote: Andreas Enge andr...@enge.fr skribis: On Fri, Jan 31, 2014 at 05:05:37PM +0100, Ludovic Courtès wrote: Note for upstream: It would be great to

Re: Installing a C tool chain

2014-02-03 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: To install a working C environment in your profile, run: guix package -i gcc binutils ld-wrapper glibc [...] I believe this could be addressed by having a simple “toolchain” meta-package with the sole purpose of propagating these 4 inputs, and by

Re: [PATCH 3/3] gnu: inkscape: New module

2014-02-03 Thread John Darrington
On Mon, Feb 03, 2014 at 10:20:22PM +0100, Ludovic Court??s wrote: John Darrington j...@gnu.org skribis: * gnu/packages/inkscape.scm: New file * gnu-system.am: New file inkscape.scm You forgot to add the patch file to ???gnu-system.am??? (also please follow