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
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
"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
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
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-
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
Marek Benc skribis:
> * gnu/packages/enchant.scm: New file.
> * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Applied, thanks!
Ludo’.
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’.
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’.
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
"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
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
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’.
13 matches
Mail list logo