Re: [PATCH] Kernel Configuration

2014-09-24 Thread Jason Self
Ludovic Courtès said: > Furthermore I would rather keep CONFIG_VIRTIO_BLK=m rather than =y > precisely because that module only makes sense when running a QEMU > guest and not otherwise. > > WDYT? My reason for making it y instead of m is: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/9029

Re: [PATCH] Kernel Configuration

2014-09-24 Thread Ludovic Courtès
"Jason Self" skribis: > Hello, I wanted to make sure that I was doing this correctly before > committing anything. It seems that it's best to have all of the > kernel's config stuff centrally located. Plus, all of these are > already enabled in the normal config, If we are sure there are no chan

Re: [PATCH] gnu: libtoxcore: Update to 1.0.0.

2014-09-24 Thread Andreas Enge
On Wed, Sep 24, 2014 at 05:19:16PM -0400, David Thompson wrote: > * gnu/packages/crypto.scm (libsodium): Update version and change home-page. This looks very safe, even more so as there is no dependent package. If it compiles, please push. Andreas

[PATCH] gnu: libtoxcore: Update to 1.0.0.

2014-09-24 Thread David Thompson
* gnu/packages/crypto.scm (libsodium): Update version and change home-page. --- gnu/packages/crypto.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index e78afb6..5fbc0cf 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/

[PATCH] Kernel Configuration

2014-09-24 Thread Jason Self
Hello, I wanted to make sure that I was doing this correctly before committing anything. It seems that it's best to have all of the kernel's config stuff centrally located. Plus, all of these are already enabled in the normal config, and I'd argue in a better way. For example: CONFIG_VIRTIO_BLK sho

Re: [PATCH] gnu: base: Add Glibc-Hurd Headers.

2014-09-24 Thread Manolis Ragkousis
Taken care of the FIXME. Just wanted to add that in base.scm, instead of gnu-gettext we needed perl. Probably I changed it by mistake while rebasing some local commits. And thread_terminate does exist, that's why it's enough for our needs. Manolis From 0f169f370f4f3a6baf45b0020a461ae9844befb2 Mo

Overlays, custom package modules

2014-09-24 Thread Ludovic Courtès
"Thompson, David" skribis: > Since packages are Scheme expressions, you can simpley create a new > package object that inherits from the package you want to modify. > > Untested code below: > > (use-modules (guix packages) (gnu packages emacs)) > > (package (inherit emacs) ...) > > To in

Re: guix.el & multiple outputs

2014-09-24 Thread Ludovic Courtès
Alex Kost skribis: > Yes, you are right that defaults should be more user friendly :-) > I've made appropriate changes, so now the only difference a user will > see in the new version is that there are outputs (not packages) listed > in *Guix Package List* buffer. > > And to return to the previou

Re: [PATCH] emacs: Rewrite scheme side in a functional manner.

2014-09-24 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2014-09-21 23:27 +0400) wrote: > >> Alex Kost skribis: >> >>> Ludovic Courtès (2014-09-20 18:11 +0400) wrote: [...] >> I was thinking about things generic enough to be in (guix profiles), >> things that ‘guix package’ or guix-web could use. >> >> That said

Re: [PATCH] gnu packages maxima: Update to 5.34.1 and fix dependencies

2014-09-24 Thread Ludovic Courtès
Federico Beffa skribis: > The build procedure (make) generates some temporary files. When I > build the package with guix, guix extracts the program tar.gz archive > in the temporary directory > > /tmp/nix-build-maxima-5.34.1.drv-0 > > However, maxima attempts to create temporary files in > > /tm

wrap-program

2014-09-24 Thread Ludovic Courtès
Mark H Weaver skribis: > This 'wrap-program' strategy of setting environment variables before > running a program has problems. In this case, it means that every > program run within Emacs will inherit that GSETTINGS_SCHEMA_DIR value. > > Along the same lines, I've noticed that when running Wind