Re: gnu: Add mg.

2014-11-26 Thread Taylan Ulrich Bayırlı/Kammer
Neat, didn't know I could leave out the absolute paths. >From 9946ebe13954913513956c8d8130f58149daf45f Mon Sep 17 00:00:00 2001 From: Taylan Ulrich B Date: Wed, 26 Nov 2014 23:14:16 +0100 Subject: [PATCH] gnu: Add mg. * gnu/packages/mg.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add mg.

Re: gnu: Add mg.

2014-11-26 Thread Ludovic Courtès
taylanbayi...@gmail.com ("Taylan Ulrich "Bayırlı/Kammer\"") skribis: > + (snippet > + '(begin > + (substitute* "Makefile.in" > +(("-Werror") "") > +(("-lcurses") "-lncurses") OK. > +(("/usr/bi

Re: Howto run guix.el correctly?

2014-11-26 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2014-11-26 19:23 +0300) wrote: [...] >>> +(arguments >>> + '(#:phases (alist-cons-after >>> + 'install 'post-install >>> + (lambda* (#:key outputs #:allow-other-keys) >>> + (symlink "geiser-install.e

Fwd: Re: [PATCH 12/13] gnu: Add python2-pygtk.

2014-11-26 Thread Cyril Roelandt
Forwarded Message Subject: Re: [PATCH 12/13] gnu: Add python2-pygtk. Date: Wed, 26 Nov 2014 21:42:08 +0100 From: Andreas Enge To: Cyril Roelandt On Wed, Nov 26, 2014 at 05:50:49PM +0100, Cyril Roelandt wrote: > > I noticed that pygtk depends on pycairo and the home page of t

gnu: Add mg.

2014-11-26 Thread "Taylan Ulrich Bayırlı/Kammer"
I'm unsure about the ways I use `substitute*' to patch the Makefile.in of this (both in the source declaration and in the pre-configure phase); maybe someone can give me hints on more robust (future proof) patterns. ===File /home/tub/media/src/guix/0001-gnu-Add-mg.patch== >From f5ee84666973c98

Re: Installing the system from another distro

2014-11-26 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2014-11-25 17:48 +0300) wrote: [...] >> Note that you’ll also need to pass --root= and --system= on the kernel >> command line (see the ‘operating-system-grub.cfg’ procedure.) > > And --load= too :-) Oops. I wanted to make sure you would find by yourself.

Re: [PATCH] gnu: Add numpydoc.

2014-11-26 Thread Ludovic Courtès
Federico Beffa skribis: > From 5f376151471f30864ab96fb3e9f661ddf58bff82 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Wed, 26 Nov 2014 17:29:16 +0100 > Subject: [PATCH] gnu: Add numpydoc. > > * gnu/packages/python.scm (python-numpydoc, python2-numpydoc): New variables. LGTM, thanks.

Re: Howto run guix.el correctly?

2014-11-26 Thread Alex Kost
Ludovic Courtès (2014-11-26 19:23 +0300) wrote: > Alex Kost skribis: > >> As I wrote at >> , I >> see the only way to achieve that: >> >> - to modify emacs package recipes so that they will provide some files >> with all requir

Re: Installing the system from another distro

2014-11-26 Thread Alex Kost
Ludovic Courtès (2014-11-25 17:48 +0300) wrote: > Alex Kost skribis: [...] >> I have another question. I used "--no-grub" option, so I don't have a >> proper grub.cfg. I expected to see “/boot” directory with symlinks to >> the linux and initram images but there is no such dir. Do I understa

Re: Howto run guix.el correctly?

2014-11-26 Thread Alex Kost
Adam Pribyl (2014-11-23 00:04 +0300) wrote: > On Sat, 22 Nov 2014, Alex Kost wrote: > >> Adam Pribyl (2014-11-22 01:28 +0300) wrote: >> >>> I have folloed the instruction in >>> http://www.gnu.org/software/guix/manual/guix.html#Emacs-Interface >>> to get the emacs interface for guix, but there is

Re: [PATCH 12/13] gnu: Add python2-pygtk.

2014-11-26 Thread Cyril Roelandt
On 11/26/2014 09:30 AM, Federico Beffa wrote: > On Wed, Nov 26, 2014 at 4:46 AM, Eric Bavier wrote: >> >> >> On Sat, Nov 22, 2014 at 10:18 AM, Eric Bavier wrote: >>> >>> >>> On Sat, Nov 22, 2014 at 9:40 AM, Federico Beffa wrote: > Eric Bavier skribis: > >> * gnu/packages/gtk.sc

[PATCH] gnu: Add numpydoc.

2014-11-26 Thread Federico Beffa
Please find attached a package definition for numpydoc. Regards, Fede From 5f376151471f30864ab96fb3e9f661ddf58bff82 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Wed, 26 Nov 2014 17:29:16 +0100 Subject: [PATCH] gnu: Add numpydoc. * gnu/packages/python.scm (python-numpydoc, python2-numpydoc

Re: [PATCH] gnu: Add pyparsing.

2014-11-26 Thread Cyril Roelandt
On 11/25/2014 06:51 PM, Federico Beffa wrote: > Cyril Roelandt writes: > >> >> Maybe you could add the PyPI mirror here. >> > > I'm not sure I understand. Do you mean replace or really add? A second > uri field? Could you give an example? The sourceforge download site is > the one mentioned on t

Re: Howto run guix.el correctly?

2014-11-26 Thread Ludovic Courtès
Alex Kost skribis: > As I wrote at > , I > see the only way to achieve that: > > - to modify emacs package recipes so that they will provide some files > with all required initial configuration (and to name such file > "…-aut

wip-arm

2014-11-26 Thread John Darrington
At Ludo's request I have started a branch: wip-arm It contains the start of a port to an Arm architecture. Currently it hasn't got very far unfortunately. -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any

Re: utils: Improve docstrings.

2014-11-26 Thread Ludovic Courtès
taylanbayi...@gmail.com ("Taylan Ulrich "Bayırlı/Kammer\"") skribis: > The behavior could be changed, but it seems like it was explicitly > programmed to work this way, and does make sense in a way, so I > decided to add a warning about this into the docstrings of > `substitute' and `substitute*'.

Re: [PATCH 12/13] gnu: Add python2-pygtk.

2014-11-26 Thread Federico Beffa
On Wed, Nov 26, 2014 at 4:46 AM, Eric Bavier wrote: > > > On Sat, Nov 22, 2014 at 10:18 AM, Eric Bavier wrote: >> >> >> On Sat, Nov 22, 2014 at 9:40 AM, Federico Beffa wrote: >>> >>> > Eric Bavier skribis: >>> > >>> >> * gnu/packages/gtk.scm (python2-pygtk): New variable. >>> > >>> >>> I notice