Re: [PATCH] gnu: guix-0.8.1: Add gnutls to propagated inputs.

2015-05-13 Thread Taylan Ulrich Kammer
l...@gnu.org (Ludovic Courtès) writes: > The new tarball is 41 MiB instead of 37 MiB, which sounds acceptable. > > Pushed, thanks! Thanks for taking care of it. :-) (We actually moved about two weeks ago and my workflow still hasn't re-stabilized; apologies for delays.) Taylan

Re: [PATCH] Add guile-emacs!

2015-05-14 Thread Taylan Ulrich Kammer
Christopher Allan Webber writes: > Okay, how about a version of guile-emacs that works and incorporates > feedback from this thread? Yeah? Anyone? > > Whoo guile-emacs! :) Yay! :-) I would have thought these would go to guile.scm and emacs.scm. What do others think? > +(define-publi

Re: [PATCH] Add guile-emacs!

2015-05-14 Thread Taylan Ulrich Kammer
Christopher Allan Webber writes: >>> +(define-public guile-for-guile-emacs >>> [...] >>> +(inputs >>> + `(("gettext" ,gnu-gettext) >> >> Sure it shouldn't be in native-inputs? I'm guessing autogen uses it. > > So, could someone describe the difference between inputs and > native-inputs?

[PATCH] doc: Document native-inputs and propagated-inputs.

2015-05-14 Thread Taylan Ulrich Kammer
>From 0f001497234df55e3c131c10f84ddf184261ee09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Thu, 14 May 2015 22:37:04 +0200 Subject: [PATCH] doc: Document native-inputs and propagated-inputs. * doc/guix.texi (Defining Packages): Add `native-inputs'

Re: [PATCH] Add guile-emacs!

2015-05-14 Thread Taylan Ulrich Kammer
Taylan Ulrich Kammer writes: > Perhaps a bug report should be opened about the absence of documentation > on native and propagated inputs... FYI, instead of a bug report, I just sent a patch to add them to the documentation. (Hoping my documentation skills are good enough.) Taylan

Re: --with-store-dir and/or --localstatedir seem to be ignored

2015-05-15 Thread Taylan Ulrich Kammer
Alex Vorobiev writes: > Hi, > I have built guix-0.8.2 and specified both --with-store-dir and -- > localstatedir (both directories are world-writable) but when I started > guix-daemon (as myself) and tried to install a package I got: > > $ guix package -i mc > guix package: error: build failed:

Re: --with-store-dir and/or --localstatedir seem to be ignored

2015-05-15 Thread Taylan Ulrich Kammer
l...@gnu.org (Ludovic Courtès) writes: >> * guix/build/utils.scm (%store-directory): Fall back to the value of >> %store-directory from (guix config) instead of "/gnu/store". > > This won’t work: (guix config) is meant as a “host-side” module, and > anyway the daemon always defines ‘NIX_STORE’ i

Re: --with-store-dir and/or --localstatedir seem to be ignored

2015-05-15 Thread Taylan Ulrich Kammer
l...@gnu.org (Ludovic Courtès) writes: >> * gnu/packages/busybox.scm (busybox): Call %store-directory from (guix build >> utils) instead of referencing "/gnu/store" directly. > > Could you push this part to master... > >> * guix/packages.scm (patch-and-repack): Likewise. > > ... and that part to