Re: Problem No space left on device

2014-09-06 Thread Jason Self
Authorized binary substitutes from Hydra might help. Otherwise, more space? signature.asc Description: PGP signature

Problem No space left on device

2014-09-06 Thread Luis Souto Graña
Hello, could you help me? I have tried to install several times GNU guix using QEMU, but I always end up with the following error: "No space left on device". My latest attempt, step by step: $ qemu-img create -f raw gnuguix.img 30G $ qemu-img create -f raw swap.img 10G $ qemu-system-i386 -hda gnu

Re: guix.el & multiple outputs

2014-09-06 Thread Taylan Ulrich Bayirli/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Are you suggesting that it should instead show it as two lines? > > gcc-toolchain4.9.1 out yes Complete GCC tool chain for > C/C++ development > gcc-toolchain4.9.1 debugyes Complete GCC tool chain for > C/C++ dev

Re: [PATCH 2/2] gnu: Add minetest.

2014-09-06 Thread Ludovic Courtès
David Thompson skribis: > * gnu/packages/patches/minetest-subgame-env-var.patch: New file. > * gnu-system.am (dist_patch_DATA): Add it. > * gnu/packages/games.scm (minetest): New variable. LGTM. > diff --git a/gnu/packages/patches/minetest-subgame-env-var.patch > b/gnu/packages/patches/minetes

Re: [PATCH 1/2] gnu: Add minetest-data.

2014-09-06 Thread Ludovic Courtès
Hi! Some style comments: David Thompson skribis: > * gnu/packages/games.scm (minetest-data): New variable. > (method url-fetch) > (uri (string-append "http://www.hyperrealm.com/"; name "/" > - name "-" version ".tar.gz")) > +

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

2014-09-06 Thread Ludovic Courtès
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-list.el: Use "U" to upgrade the current package, "^" to >

guix.el & multiple outputs

2014-09-06 Thread Ludovic Courtès
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, for instance: gcc-toolchain4.9.1 out, de

Re: pypi->guix script

2014-09-06 Thread Nikita Karetnikov
> For more details and source code, check out the git repository: > https://gitorious.org/davexunit/pypi2guix Why not add it to Guix? pgp5DxVq5VsRV.pgp Description: PGP signature

pypi->guix script

2014-09-06 Thread David Thompson
Hello all, Over the past several days I've begun the long process towards packaging GNU MediaGoblin, a Python web application with a lot of dependencies. To make the process easier, I threw together a little script that can automatically generate Guix package snippets for Python libraries using me

[PATCH 2/2] gnu: Add minetest.

2014-09-06 Thread David Thompson
* gnu/packages/patches/minetest-subgame-env-var.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/games.scm (minetest): New variable. --- gnu-system.am | 1 + gnu/packages/games.scm | 67

[PATCH 1/2] gnu: Add minetest-data.

2014-09-06 Thread David Thompson
* gnu/packages/games.scm (minetest-data): New variable. --- gnu/packages/games.scm | 54 ++ 1 file changed, 50 insertions(+), 4 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 3faf892..40f8fbf 100644 --- a/gnu/package

Re: [PATCH 3/3] gnu: Add minetest.

2014-09-06 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> From 55e5624ec2a18c18d5d135170cd8693dbf2c8bda Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Fri, 5 Sep 2014 14:46:44 -0400 >> Subject: [PATCH 3/3] gnu: Add minetest. >> >> * gnu/packages/games.scm (minetest): New variable. > > L

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

2014-09-06 Thread Taylan Ulrich Bayirli/Kammer
Alex Kost writes: > OK, so the summary is: > > - "u" to unmark ("C-u u" to unmark all); > > - "i" to mark for installing "out" of the current package ("C-u i" to > prompt for outputs to install); > > - "d" to mark for deleting all outputs of the current package ("C-u d" to > prompt for output

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

2014-09-06 Thread Alex Kost
Ludovic Courtès (2014-09-06 00:22 +0400) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2014-09-05 12:26 +0400) wrote: >> >>> Alex Kost skribis: >>> Hello, I would like to know people's opinions about default key bindings. Currently in a buffer with a list of packages

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

2014-09-06 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2014-09-06 00:24 +0400) wrote: > >> BTW, M-x list-packages lists installed packages at the bottom, and with >> a different face. >> >> What about doing something similar for guix-newest-available-packages & co.? > > No objection for a face, but I don't think

Re: [PATCH 3/3] gnu: Add minetest.

2014-09-06 Thread Ludovic Courtès
David Thompson skribis: > From 55e5624ec2a18c18d5d135170cd8693dbf2c8bda Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Fri, 5 Sep 2014 14:46:44 -0400 > Subject: [PATCH 3/3] gnu: Add minetest. > > * gnu/packages/games.scm (minetest): New variable. LGTM, please push. Ludo’.

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

2014-09-06 Thread Alex Kost
Ludovic Courtès (2014-09-06 00:24 +0400) wrote: > BTW, M-x list-packages lists installed packages at the bottom, and with > a different face. > > What about doing something similar for guix-newest-available-packages & co.? No objection for a face, but I don't think such sorting should be the defa