[PATCH] utils: Allow wrap-program to be called multiple times.

2014-09-09 Thread Eric Bavier
Currently, if (@ (guix build utils) wrap-program) is called multiple times for the same file, the original file ends up being overwritten. This happened to me when trying to wrap a python program, which had already once been wrapped by python-build-system. The python-build-system wrapper sets PYTH

[PATCH] gnu: fix wv's source URI

2014-09-09 Thread Marek Benc
By changing the package name, the source URI of wv broke. Here is a fix for it. >From 26989028af79b9b43ee5fa304927b76ec6e54be9 Mon Sep 17 00:00:00 2001 From: Marek Benc Date: Tue, 9 Sep 2014 17:40:52 +0200 Subject: [PATCH] gnu: fix wv's source URI * gnu/packages/wv.scm (wv): Fix the source uri a

Re: pypi->guix script

2014-09-09 Thread Ludovic Courtès
"Thompson, David" skribis: > That sounds reasonable. I will try to do that when I get around to > integrating it with Guix. Cool! > Last night, I removed the guile-curl dependency and added another > backend that generates a package object. Great. I guess importers could simply generate a pa

Re: pypi->guix script

2014-09-09 Thread Thompson, David
On Tue, Sep 9, 2014 at 3:39 AM, Ludovic Court�s wrote: > On second though, all the importers should have shared infrastructure. > Theres already the Nix importer, and the guix import command. > Perhaps importers could use guix import as a shared front-end. > That sounds reasonable. I will t

Re: [PATCH 6/6] Add abiword

2014-09-09 Thread Ludovic Courtès
Marek Benc skribis: > Phew, this was a bit harder than I thought it would be, but here it is. Heheh, excellent work! > Note: To get spell checking to work, install an aspell dictionary for > your language (currently only English) and then put something like > this into ~/.aspell.conf: > > dict-

Re: [PATCH 5/6] gnu; Add ots

2014-09-09 Thread Ludovic Courtès
Marek Benc skribis: > * gnu/packages/patches/ots-no-include-missing-file.patch: New file. > * gnu/packages/ots.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add ots.scm. > (dist_patch_DATA): Add ots-no-include-missing-file.patch. Applied, with a mirror://sourceforge URL, and with th

Re: [PATCH 4/6] gnu: Add enchant

2014-09-09 Thread Ludovic Courtès
Marek Benc skribis: > * gnu/packages/enchant.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Applied, thanks! Ludo’.

Re: [PATCH 3/6] gnu: Add wvware

2014-09-09 Thread Ludovic Courtès
Marek Benc skribis: > * gnu/packages/wvware.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Applied, but with the name changed to “wv”, since that’s the upstream name (and “wmWare” is just one application.) I also changed “M$” to “Microsoft” in the synopsis. Thanks, Ludo’.

Re: [PATCH 2/6] gnu: Add libwmf

2014-09-09 Thread Ludovic Courtès
Marek Benc skribis: > * gnu/packages/image.scm (libwmf): New variable. Applied, but with the license changed to LGPLv2.0+: ‘COPYING’ is the GPLv2, but AFAICS all the file headers say LGPLv2.0+. Thanks, Ludo’.

Re: [PATCH 1/6] gnu: Add fribidi

2014-09-09 Thread Ludovic Courtès
Marek Benc skribis: > * gnu/packages/fribidi.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Applied, thanks! I changed the synopsis and description as reported by ‘make sync-descriptions’ (this is something we do for GNU packages, where the canonical synopses and descriptions ar

Re: GNU Guixguix source archive branch, master, updated. v0.7-198-ge46db77

2014-09-09 Thread Ludovic Courtès
"Jason Self" skribis: > I jumped the gun. I compiled 3.16.2 for my public repository using the > deblob scripts and later on updated Guix, but I didn't think to check > if lxo had actually published 3.16.2 tarballs yet. He had not. So I > reverted it to avoid breakage until it was out, since it w

Re: [PATCH] gnu: Add zsh

2014-09-09 Thread Ludovic Courtès
lemonni...@ulrar.net skribis: > From 7352f5876a2c3942ebab92e30f659a62cd7bca7f Mon Sep 17 00:00:00 2001 > From: Kevin Lemonnier > Date: Mon, 8 Sep 2014 21:06:31 +0200 > Subject: [PATCH] gnu: Add zsh > > * gnu/packages/zsh.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add it Applied with a

Re: pypi->guix script

2014-09-09 Thread Ludovic Courtès
On second though, all the importers should have shared infrastructure. There’s already the Nix importer, and the ‘guix import’ command. Perhaps importers could use ‘guix import’ as a shared front-end. Ludo’.