[PATCH 0/1] gnu: add feh

2014-10-04 Thread Ian Denhardt
I started this during the hackathon, then got swamped with other things afterwards, just finished it up now. It was on the wishlist, and I use it myself. Ian Denhardt (1): gnu: add feh gnu-system.am| 1 + gnu/packages/feh.scm | 40 2 files chan

[PATCH 1/1] gnu: add feh

2014-10-04 Thread Ian Denhardt
* gnu/packages/feh.scm: New File --- gnu-system.am| 1 + gnu/packages/feh.scm | 40 2 files changed, 41 insertions(+) create mode 100644 gnu/packages/feh.scm diff --git a/gnu-system.am b/gnu-system.am index 94d8624..302e88f 100644 --- a/gnu-syste

Re: GUIX 0.7 under QEMU/KVM with virtio

2014-10-04 Thread Assaf Gordon
Hi, Thanks for the help. Some more details (replying out of order): On 10/04/2014 04:42 PM, Ludovic Courtès wrote: Is there a way to fix this? force the kernel to load virto driver? Currently all the drivers needed to mount the root partition must be explicitly loaded in the initrd. So yes,

Re: Enable debugging by default for CMake?

2014-10-04 Thread Ludovic Courtès
Andreas Enge skribis: > On Mon, Sep 29, 2014 at 10:43:27AM +0200, Ludovic Courtès wrote: >> Apparently the default for CMake is to compile without -g, unlike what >> Autoconf-generated configure does. This is changed by passing >> ‘-DCMAKE_BUILD_TYPE=RelWithDebInfo’ as a cmake flags. >> Should w

Re: GUIX 0.7 under QEMU/KVM with virtio

2014-10-04 Thread Ludovic Courtès
Hi, Assaf, Assaf Gordon skribis: > First, > I can provide another recipe: Thanks for the recipe. We should probably add a subsection on how to install to a VM image in the manual. Would you like to amend guix.texi for that? > Second, > I can confirm Nate's observation that using QEMU's "-usb

Re: [PATCH] guix package: Export generation procedures.

2014-10-04 Thread Ludovic Courtès
Hi! Alex Kost skribis: > What about the attached patch? Some comments and questions: > > - I added 'store' argument to the exported procedures, however it is > used only in one particular case: when we need to create an empty > profile (i.e. to call ‘link-to-empty-profile’). Is there a way

[PATCH] guix package: Export generation procedures.

2014-10-04 Thread Alex Kost
Ludovic Courtès (2014-08-22 12:56 +0400) wrote: > Alex Kost skribis: > >> Also I would like to add support for deleting generations (to >> "guix.el"), so I think it would be good to export ‘delete-generation’ >> from "scripts/package.scm". WDYT? > > Yes, that makes sense, one could use it from t

Re: [PATCH 0/5] Add, fix and improve checkers in guix lint.

2014-10-04 Thread Cyril Roelandt
On 09/28/2014 06:49 PM, Andreas Enge wrote: > On Sat, Sep 27, 2014 at 11:49:23PM +0200, Cyril Roelandt wrote: >> guix lint: check whether descriptions and synopses start with an >> upper-case letter. >> guix lint: Make sure a synopsis cannot start with a lower-case >> article. > > Is t

GUIX 0.7 under QEMU/KVM with virtio

2014-10-04 Thread Assaf Gordon
Hello Guix Developers, I'm experimenting in using Guix under QEMU/KVM. I've read these: https://lists.gnu.org/archive/html/guix-devel/2014-09/msg00326.html http://lists.gnu.org/archive/html/guix-devel/2014-09/msg00149.html First, I can provide another recipe: ## On Host $ wget ftp://alpha.g