Re: guix.el: Key bindings for a "package list"

2014-09-07 Thread Ludovic Courtès
Alex Kost skribis: > If I understood correctly, the message should look like this: > > emacs: Improve key bindings for marking the packages. > > Use "U" to upgrade the current package, "^" to upgrade all. > > * emacs/guix-list.el: (guix-list-unmark): With prefix, mark all. > (guix-package-list-

Re: guix.el & multiple outputs

2014-09-07 Thread Ludovic Courtès
Taylan Ulrich Bayirli/Kammer skribis: > In that case, let me just mention a concrete annoyance I had which could > be fixed on the UI side: I find it useful to keep a plain text list of > all installed packages, in a format that can also be fed back in. So > far I used "guix package -I | awk '{p

Re: Problem No space left on device

2014-09-07 Thread Adam Pribyl
On Sun, 7 Sep 2014, Luis Souto Graña wrote: How can I do that? I also already tried: $ qemu-img create -f raw temporal.img 10G # TMPDIR=/mnt/temporal guix system init /mnt/gnuguix/config.scm /mnt/gnuguix --no-substitutes I ended up with the same error: "No space left on device" What does the "

[PATCH] gnu: Add zsh

2014-09-07 Thread lemonnierk
Hi, This is my first package, so I'd be interested to know if there is things that could be done better. For the license, most of the files uses their own license but a few are under GPL, so I put that. Is that right, or should I put (license (x11-style "file://LICENCE")) as suggested on irc any

Re: Problem No space left on device

2014-09-07 Thread Luis Souto Graña
How can I do that? I also already tried: $ qemu-img create -f raw temporal.img 10G # TMPDIR=/mnt/temporal guix system init /mnt/gnuguix/config.scm /mnt/gnuguix --no-substitutes I ended up with the same error: "No space left on device" 2014-09-07 19:47 GMT+02:00 Manolis Ragkousis : > The builds ta

Re: Problem No space left on device

2014-09-07 Thread Manolis Ragkousis
The builds take place in the /tmp folder ,so try increasing the size of that folder.

Re: guix.el: Key bindings for a "package list"

2014-09-07 Thread Alex Kost
Ludovic Courtès (2014-09-07 01:15 +0400) wrote: > Alex Kost skribis: > >> From b3f3e4b900f4a2d97a10410abe2561d9d1fc137a Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Sat, 6 Sep 2014 18:00:45 +0400 >> Subject: [PATCH] emacs: Improve key bindings for marking the packages. >> >> * emacs/guix

Re: guix.el & multiple outputs

2014-09-07 Thread Alex Kost
Ludovic Courtès (2014-09-07 01:11 +0400) wrote: > Taylan Ulrich Bayirli/Kammer skribis: > >> By the way, it might be nice to have an option to list the secondary >> outputs of a package explicitly alongside the normal, as if it were just >> another package. > > Currently *Guix Package List* shows

Re: Problem No space left on device

2014-09-07 Thread Luis Souto Graña
If I try using authorized binary substitutes from Hydra it always says "Unresponsive. Try --no-substitutes". My computer hasn't more RAM. How do I get more space?