[PATCH] gnu: Add detox.

2014-08-11 Thread Eric Bavier
From f6c03d2532c61a7de2a0875b730db21521e2f45c Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Tue, 12 Aug 2014 01:30:27 -0500 Subject: [PATCH] gnu: Add detox. * gnu/packages/admin.scm (detox): New variable. --- gnu/packages/admin.scm | 29 + 1 file changed, 29 ins

Re: GNU Guix 0.7 released

2014-08-11 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > On the complete system, there are, however, packages installed > system-wide under /run/current-system/profile. Eventually one should be > able to run: > > guix package -p /run/current-system/profile -I > > That doesn’t work in 0.7. Fixed with 29fce8b.

Re: Emacs interface for Guix

2014-08-11 Thread Ludovic Courtès
Alex Kost skribis: > - A part of code for installing/upgrading/removing was extracted from > ‘guix-package’ function (from ‘process-actions’ more precisely). So > the new function (I named it ‘process-package-actions’) can be used in > "guix.el". That looks good, but could you make it a s

Re: Add Emacs without GTK

2014-08-11 Thread Ludovic Courtès
Taylan Ulrich Bayirli/Kammer skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Taylan Ulrich Bayirli/Kammer skribis: >> >>> +(define-public emacs-no-x-toolkit >>> + (package (inherit emacs) >>> +(name "emacs-no-x-toolkit") >>> +(inputs (alist-delete "gtk+" (package-inputs emacs)))

Re: Add Emacs without GTK

2014-08-11 Thread Taylan Ulrich Bayirli/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Taylan Ulrich Bayirli/Kammer skribis: > >> +(define-public emacs-no-x-toolkit >> + (package (inherit emacs) >> +(name "emacs-no-x-toolkit") >> +(inputs (alist-delete "gtk+" (package-inputs emacs))) >> +(arguments >> + (substitute-keyword-a

Re: Add Emacs without GTK

2014-08-11 Thread Ludovic Courtès
Taylan Ulrich Bayirli/Kammer skribis: > +(define-public emacs-no-x-toolkit > + (package (inherit emacs) > +(name "emacs-no-x-toolkit") > +(inputs (alist-delete "gtk+" (package-inputs emacs))) > +(arguments > + (substitute-keyword-arguments (package-arguments emacs) > + ((#:

Re: Add Emacs without GTK

2014-08-11 Thread Ludovic Courtès
Taylan Ulrich Bayirli/Kammer skribis: > From eb8b480c810322f8f986fc7cdb230f57e269a8c6 Mon Sep 17 00:00:00 2001 > From: Taylan Ulrich B > Date: Mon, 28 Jul 2014 22:26:59 +0200 > Subject: [PATCH] gnu: Add emacs-no-x-toolkit. > > * gnu/packages/emacs.scm (emacs-no-x-toolkit): New variable. LGTM, a

Re: [PATCH] gnu: Add AVRDUDE

2014-08-11 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From 4aa2ac68c5d36a2f8223db7427063b9085e8c852 Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Thu, 24 Jul 2014 11:05:43 + > Subject: [PATCH] gnu: Add AVRDUDE > > * gnu/packages/avrdude.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add avrdude.s

Re: [PATCH] guix: Fix handling of periods by fill-paragraph.

2014-08-11 Thread Ludovic Courtès
Cyrill Schenkel skribis: > From f4240f7a360650383b1820dfe2004a0a3e3ffe50 Mon Sep 17 00:00:00 2001 > From: Cyrill Schenkel > Date: Sun, 27 Jul 2014 00:53:16 +0200 > Subject: [PATCH] guix: Fix handling of periods by fill-paragraph. > > Fixes . > > * guix/ui.scm (fill-par

Re: bug#17468: Perl modules

2014-08-11 Thread Ludovic Courtès
Fixed in 3a09e1d, which will be in 0.8. Ludo’.

Re: Perl module build+install process

2014-08-11 Thread Ludovic Courtès
Tom Molesworth skribis: > On 11 Aug 2014 21:37, "Ludovic Courtès" wrote: >> >> Tom Molesworth skribis: >> >> > Since Perl uses an include path, much like the $PATH environment > variable >> > for finding executables, this seems to imply that you'd need every > module >> > added to the Perl incl

Re: Perl module build+install process

2014-08-11 Thread Tom Molesworth
On 11 Aug 2014 21:37, "Ludovic Courtès" wrote: > > Tom Molesworth skribis: > > > Since Perl uses an include path, much like the $PATH environment variable > > for finding executables, this seems to imply that you'd need every module > > added to the Perl include path (via $PERL5LIB). This would q

Re: Perl module build+install process

2014-08-11 Thread Ludovic Courtès
Tom Molesworth skribis: > Since Perl uses an include path, much like the $PATH environment variable > for finding executables, this seems to imply that you'd need every module > added to the Perl include path (via $PERL5LIB). This would quickly become > unwieldy as more modules are installed. No

Re: Regarding a *.iso image.

2014-08-11 Thread Ludovic Courtès
As Mark notes, CDs are on the decline, and I’ve found myself several times having to turn into an ISO image into a USB image so I could install my OS of choice. That said, if support for ISO images is really needed, that’s definitely something doable and it could be added to the repo. I’m happy t

Re: GNU Guix 0.7 released

2014-08-11 Thread Ludovic Courtès
Hello, Sorry for the delay. Adam Pribyl skribis: > - Why "guix package -I" shows me for newly installed system nothing - > no packages installed? It shows just additionally installed ones. Without the -p option, ‘guix package’ just look at the user’s profile, which is ~/.guix-profile. Initial