Re: Problems with grub2

2015-07-29 Thread Fabian Boucsein
Hi Alex, thanks for yiur answer. The error i get when guix is trying to install grub2 is about too many disk label. With devices in mind there are three ways to configure grub2. Devices, label and uuids. Looking at my configuration i am already saying that i want to use device names to identify my

Re: [PATCH] xscreenshot and imagefile

2015-07-29 Thread Mark H Weaver
Mark H Weaver writes: > Orchidaceae Phalaenopsis writes: >> * xscreenshot which takes a screenshot and saves it as .if format >> * imagefile which contains a few programs to convert .if to gif, png > > Honestly, I'm doubtful whether our users will have any interest in these > programs. I receiv

Re: [PATCH] xscreenshot and imagefile

2015-07-29 Thread Alex Kost
Mark H Weaver (2015-07-29 18:51 +0300) wrote: > Orchidaceae Phalaenopsis writes: >> * xscreenshot which takes a screenshot and saves it as .if format >> * imagefile which contains a few programs to convert .if to gif, png > > Honestly, I'm doubtful whether our users will have any interest in thes

Re: [PATCH] xscreenshot and imagefile

2015-07-29 Thread Alex Kost
Orchidaceae Phalaenopsis (2015-07-27 20:50 +0300) wrote: > Hello > > I would like to contribute packages for two programs: > > * xscreenshot which takes a screenshot and saves it as .if format > * imagefile which contains a few programs to convert .if to gif, png Hello, thanks for contributing!

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-07-29 Thread Mark H Weaver
Pjotr Prins writes: > On Tue, Jul 28, 2015 at 09:09:20AM -0400, David Thompson wrote: >> See: >> http://help.rubygems.org/discussions/problems/21223-invalid-content-type-header-when-downloading-gem-archive?unresolve=true > > Could it be this works in guile 2.0.12? > > http://lists.gnu.org/arch

Re: [PATCH] xscreenshot fix

2015-07-29 Thread Mark H Weaver
Orchidaceae Phalaenopsis writes: > This patch fixes the lint error in the earlier submission. Please see my comments in the original thread. In the future, when posting an updated patch, please keep it in the original thread by replying to a post in that thread. Thanks, Mark

Re: [PATCH] xscreenshot and imagefile

2015-07-29 Thread Mark H Weaver
Orchidaceae Phalaenopsis writes: > * xscreenshot which takes a screenshot and saves it as .if format > * imagefile which contains a few programs to convert .if to gif, png Honestly, I'm doubtful whether our users will have any interest in these programs. I'm not aware of any other GNU/Linux dist

[PATCH] xscreenshot fix

2015-07-29 Thread Orchidaceae Phalaenopsis
This patch fixes the lint error in the earlier submission. From ee624abf3aada75b5fa234eec0b28fd5e2c561b0 Mon Sep 17 00:00:00 2001 From: Alf Levan Date: Mon, 27 Jul 2015 18:34:44 +0100 Subject: [PATCH 1/2] gnu: Add xscreenshot. * gnu/packages/suckless.scm (xscreenshot): New variable. --- gnu/pack

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-07-29 Thread Pjotr Prins
On Tue, Jul 28, 2015 at 09:09:20AM -0400, David Thompson wrote: > See: > http://help.rubygems.org/discussions/problems/21223-invalid-content-type-header-when-downloading-gem-archive?unresolve=true Could it be this works in guile 2.0.12? http://lists.gnu.org/archive/html/bug-guix/2015-02/msg000

Re: [PATCH] python2-ansible, python-ccm and dependencies

2015-07-29 Thread Alex Kost
Eric Dvorsak (2015-07-26 15:05 +0300) wrote: > Ok I have made all the changes you recommended. Thank you for your > help. Thanks for making the packages. I'm going to push these patches in a day or two, so if someone has comments, this is the last chance. I also checked that "python-paramiko" i

Re: [PATCH 4/4] emacs: Use only one guix-load-path variable.

2015-07-29 Thread Alex Kost
Mathieu Lirzin (2015-07-28 00:48 +0300) wrote: > emacs/guix-init.el (guix-load-path): Move to ... > emacs/guix-config.el.in (guix-load-path): ... Here. > emacs/guix-backend.el (guix-load-path): Remove it. Use the one from > 'guix-config'. As I wrote in another message, I would leave 'guix-load-p

Re: [PATCH 3/4] emacs: Move guix-guile-program to 'guix-config'.

2015-07-29 Thread Alex Kost
Mathieu Lirzin (2015-07-28 00:48 +0300) wrote: [...] > diff --git a/emacs/guix-config.el.in b/emacs/guix-config.el.in > index 542de15..ed2e846 100644 > --- a/emacs/guix-config.el.in > +++ b/emacs/guix-config.el.in > @@ -19,6 +19,15 @@ > > ;;; Code: > > +(defconst guix-guile-program "@GUILE@"

Re: [PATCH 2/4] build: Produce 'guix-config' instead of using compile-time tricks.

2015-07-29 Thread Alex Kost
Mathieu Lirzin (2015-07-28 00:48 +0300) wrote: [...] > +(defconst guix-prefix > + "@prefix@") > + > +(defconst guix-emacs-ui-dir > + "@emacsuidir@") I think this constant is useless in this form since its value will be "${prefix}/share/guile/site/2.0/guix/emacs". What about making it: (defcon

Re: [PATCH 1/4] build: Add more variables to (guix config).

2015-07-29 Thread Alex Kost
Mathieu Lirzin (2015-07-28 00:48 +0300) wrote: > * guix/config.scm.in (%prefix, %guile-module-dir): New variables. > * emacs/guix-helper.scm.in: Rename to ... > * emacs/guix-helper.scm: ... this. New file. Use them. > * .gitignore, configure.ac: Adjust accordingly. I'm not sure about this patch

Re: Problems with grub2

2015-07-29 Thread Alex Kost
Fabian Boucsein (2015-07-29 00:07 +0300) wrote: > Hello Guix hackers, Hello! [...] > First i tried it with (locale "de_DE.UTF-8") but guix told me that > de_DE is not available. This is of course changeable after > installation but will it be added to the guix installation later? I think "de_DE